Skip to content

Commit

Permalink
HTTPS migration for repromon Web server.
Browse files Browse the repository at this point in the history
  • Loading branch information
vmdocua committed Sep 20, 2023
1 parent cecfaca commit 8b479a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template.env.dev
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ WEB_BIND_PORT=$WEB_PORT
WEB_SSL_KEY_PATH=/etc/repromon/certs/${WEB_HOST}.key
WEB_SSL_CERT_PATH=/etc/repromon/certs/${WEB_HOST}.pem
WEB_SSL_KEY_PATH_AT_HOST=./certs/${WEB_HOST}.key
WEB_SSL_CERT_PATH_AT_HOST=./certs/${WEB_HOST}.key
WEB_SSL_CERT_PATH_AT_HOST=./certs/${WEB_HOST}.pem

# admin initial password
INITIAL_ADMIN_PASSWORD=TODO_initial_admin_password
Expand Down

0 comments on commit 8b479a5

Please sign in to comment.