From 52dc2c7c59c5ed167bcf335f9d7e897241b35887 Mon Sep 17 00:00:00 2001 From: Olivier Date: Sun, 11 Jan 2026 16:44:50 +0100 Subject: [PATCH] Ajouter server.env --- server.env | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 server.env diff --git a/server.env b/server.env new file mode 100644 index 0000000..80f6806 --- /dev/null +++ b/server.env @@ -0,0 +1,17 @@ +#Server/Daemon +SCANOPY_DAEMON_PORT=60073 + +#Server +SCANOPY_DATABASE_URL=postgresql://postgres:@postgres:5432/scanopy +SCANOPY_PUBLIC_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= +SCANOPY_SMTP_PASSWORD= +SCANOPY_SMTP_EMAIL=scanopy@domain \ No newline at end of file