From e64393e7aa2af0ffb8486be74bed33bda8d084cf Mon Sep 17 00:00:00 2001 From: Mark Veidemanis Date: Fri, 7 Feb 2025 22:10:56 +0000 Subject: [PATCH] Add proper example stack --- stack.env.example | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/stack.env.example b/stack.env.example index b11951e..1c0cbc4 100644 --- a/stack.env.example +++ b/stack.env.example @@ -2,15 +2,14 @@ APP_PORT=5006 REPO_DIR=. APP_LOCAL_SETTINGS=./app/local_settings.py APP_DATABASE_FILE=./db.sqlite3 -DOMAIN=dev.local -URL=http://127.0.0.1:5006 -ALLOWED_HOSTS=127.0.0.1,dev.local,zm.is,localhost,xf -NOTIFY_TOPIC=some-ntfy-topic -CSRF_TRUSTED_ORIGINS=http://127.0.0.1:5006,http://localhost:5006,http://qi:5006 +DOMAIN=example.com +URL=https://example.com +ALLOWED_HOSTS=example.com +NOTIFY_TOPIC=example-topic +CSRF_TRUSTED_ORIGINS=https://example.com DEBUG=y -SECRET_KEY=asdkld00s0s0ds -STATIC_ROOT=/conf/static -REGISTRATION_OPEN=1 -OPERATION=dev -PROFILER=0 -BILLING_ENABLED=0 +SECRET_KEY= +STATIC_ROOT=/code/static +REGISTRATION_OPEN=0 +OPERATION=uwsgi +BILLING_ENABLED=0 \ No newline at end of file