v_2.3
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
# ---- Server ----
|
||||
PORT=3000
|
||||
SESSION_SECRET=please-change-this-to-a-long-random-string
|
||||
COOKIE_SECURE=false # set true when served over HTTPS
|
||||
|
||||
# ---- Storage paths (optional overrides) ----
|
||||
# DB_PATH=./data/datahub.db
|
||||
# UPLOAD_DIR=./uploads
|
||||
# BRAND_DIR=./brand
|
||||
|
||||
# ---- First administrator ----
|
||||
# Nothing to set here. On first boot, open the site in a browser and the
|
||||
# setup wizard will ask you to create the administrator account.
|
||||
|
||||
# ---- SMTP (email). If omitted, mails are logged to the audit outbox instead ----
|
||||
# SMTP_HOST=smtp.yourprovider.com
|
||||
# SMTP_PORT=587
|
||||
# SMTP_SECURE=false
|
||||
# SMTP_USER=apikey-or-username
|
||||
# SMTP_PASS=secret
|
||||
# MAIL_FROM=Infosec <no-reply@yourdomain.com>
|
||||
Reference in New Issue
Block a user