You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/config.md
+2
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,9 @@ The following environment variables can be used to configure the *Docker Flow Pr
27
27
|SERVICE_NAME |The name of the service. It must be the same as the value of the `--name` argument used to create the proxy service. Used only in the *swarm* mode.|No|proxy|my-proxy|
28
28
|SKIP_ADDRESS_VALIDATION|Whether to skip validating service address before reconfiguring the proxy.|No|false|true|
29
29
|STATS_USER |Username for the statistics page |No |admin |my-user|
30
+
|STATS_USER_ENV |The name of the environment variable that holds the username for the statistics page|No|STATS_USER|MY_USER|
30
31
|STATS_PASS |Password for the statistics page |No |admin |my-pass|
32
+
|STATS_PASS_ENV |The name of the environment variable that holds the password for the statistics page|No|STATS_PASS|MY_PASS|
31
33
|TIMEOUT_CLIENT |The client timeout in seconds |No |20 |5 |
32
34
|TIMEOUT_CONNECT |The connect timeout in seconds |No |5 |3 |
33
35
|TIMEOUT_QUEUE |The queue timeout in seconds |No |30 |10 |
0 commit comments