password-generator

command module
v0.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 17, 2022 License: Apache-2.0 Imports: 11 Imported by: 0

README

password-generator

About

This is a very small microservice that generates passwords using the standard Golang password generator utility.

Configuration Variables

RELEASE_MODE: Determines whether the app should run in "prod" mode or "debug" mode. Choose one of: prod, debug. Defaults to "debug"

BIND_HOST: Sets the IP Address to bind to. Defaults to "0.0.0.0"

BIND_PORT: Sets the port to bind to. Defaults to "8080"

DISABLE_LOGGING_COLOR: Disables logging color when set to "true"

PASSWORD_MIN_LENGTH: The minimum password length. Defaults to 16

PASSWORD_MAX_LENGTH: THe maximum password length. Defaults to 512

Administrative URIs

/liveness : Liveness probe endpoint

/about : Server build information

/swagger/index.html : Swagger sandbox

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
Package docs GENERATED BY SWAG; DO NOT EDIT This file was generated by swaggo/swag
Package docs GENERATED BY SWAG; DO NOT EDIT This file was generated by swaggo/swag

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL