generated from dopt-python/py311
add deployment .env file
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -133,6 +133,7 @@ celerybeat.pid
|
||||
|
||||
# Environments
|
||||
.env
|
||||
!deployment/.env
|
||||
.venv
|
||||
env/
|
||||
venv/
|
||||
|
||||
4
deployment/.env
Normal file
4
deployment/.env
Normal 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
|
||||
Reference in New Issue
Block a user