Ajouter server.env

This commit is contained in:
2026-01-11 16:44:50 +01:00
parent 8470d6e61b
commit 52dc2c7c59

17
server.env Normal file
View File

@@ -0,0 +1,17 @@
#Server/Daemon
SCANOPY_DAEMON_PORT=60073
#Server
SCANOPY_DATABASE_URL=postgresql://postgres:<PASSWORD>@postgres:5432/scanopy
SCANOPY_PUBLIC_URL=<URL> # Ex : 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_LOG_LEVEL=info
SCANOPY_SERVER_PORT=60072
# SMTP (optional - for password reset and notifications)
SCANOPY_SMTP_RELAY=smtp.mail.domain
SCANOPY_SMTP_USERNAME=<USER MAIL>
SCANOPY_SMTP_PASSWORD=<PASSWORD>
SCANOPY_SMTP_EMAIL=scanopy@domain