Actualiser server.env
This commit is contained in:
@@ -3,10 +3,10 @@ SCANOPY_DAEMON_PORT=60073
|
||||
|
||||
#Server
|
||||
SCANOPY_DATABASE_URL=postgresql://postgres:<PASSWORD>@postgres:5432/scanopy
|
||||
SCANOPY_PUBLIC_URL=<URL> # Ex : https://scanopy.domain
|
||||
SCANOPY_PUBLIC_URL=<URL> # Ex : http://server_local_ip:60072 or https://scanopy.domain
|
||||
SCANOPY_INTEGRATED_DAEMON_URL=http://172.17.0.1:60073
|
||||
SCANOPY_WEB_EXTERNAL_PATH=/app/static
|
||||
SCANOPY_USE_SECURE_SESSION_COOKIES=true # If https
|
||||
# SCANOPY_USE_SECURE_SESSION_COOKIES=true # Uncomment if https in SCANOPY_PUBLIC_URL
|
||||
SCANOPY_LOG_LEVEL=info
|
||||
SCANOPY_SERVER_PORT=60072
|
||||
# SCANOPY_DISABLE_REGISTRATION=true # Uncomment after the first initialization
|
||||
|
||||
Reference in New Issue
Block a user