mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2024-11-14 16:55:42 +00:00
Add some more documentation to environment variables
This commit is contained in:
parent
adac32e54f
commit
a25cbf4bb0
4
.env.tpl
4
.env.tpl
@ -125,12 +125,14 @@ NOPAQUE_ADMIN=
|
||||
# NOPAQUE_DAEMON_ENABLED=
|
||||
|
||||
# The hostname or IP address for the server to listen on.
|
||||
# HINT: To use a domain locally, add any names that should route to the app to your hosts file.
|
||||
# DEFAULT: 0.0.0.0
|
||||
# NOTES: To use a domain locally, add any names that should route to the app to your hosts file.
|
||||
# If nopaque is running in a Docker container, you propably want to use the default value.
|
||||
# NOPAQUE_HOST=
|
||||
|
||||
# The port number for the server to listen on.
|
||||
# DEFAULT: 5000
|
||||
# NOTE: If nopaque is running in a Docker container, you propably want to use the default value.
|
||||
# NOPAQUE_PORT=
|
||||
|
||||
# transport://[userid:password]@hostname[:port]/[virtual_host]
|
||||
|
Loading…
Reference in New Issue
Block a user