add deployment .env file

This commit is contained in:
2026-05-28 09:12:28 +02:00
parent dd0c98d51b
commit 770fcf5652
2 changed files with 5 additions and 0 deletions

1
.gitignore vendored
View File

@@ -133,6 +133,7 @@ celerybeat.pid
# Environments # Environments
.env .env
!deployment/.env
.venv .venv
env/ env/
venv/ venv/

4
deployment/.env Normal file
View File

@@ -0,0 +1,4 @@
DOPT_STOP_FOLDER_NAME=python
DOPT_DB_CRM=data/wce_crm.db
DOPT_DB_MAIN=data/wce_grunderfassung.db
DOPT_PATH_LOGGING=data/logs