We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Here i saw that yopass loads configuration from the environment.
I tested it with a simple docker-compose file and would like to add some documentation to the README.
services: ... yopass: image: jhaals/yopass restart: always ports: - "127.0.0.1:8080:8080" environment: - MAX_LENGTH=1000 - PORT=8080 - MEMCACHED=memcached:11211 ...
PS: viper has a function to define an application specific env-var prefix, that might be an option to avoid name conflicts.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Here i saw that yopass loads configuration from the environment.
I tested it with a simple docker-compose file and would like to add some documentation to the README.
PS: viper has a function to define an application specific env-var prefix, that might be an option to avoid name conflicts.
The text was updated successfully, but these errors were encountered: