feat: added tandoor env file
This commit is contained in:
parent
b307da1ad2
commit
8ad6cb9625
1 changed files with 20 additions and 0 deletions
20
tandoor/example.env
Normal file
20
tandoor/example.env
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
# ---------------------------------------------------------------------------
|
||||||
|
# This template contains only required options.
|
||||||
|
# Visit the docs to find more https://docs.tandoor.dev/system/configuration/
|
||||||
|
# ---------------------------------------------------------------------------
|
||||||
|
|
||||||
|
# random secret key, use for example `base64 /dev/urandom | head -c50` to generate one
|
||||||
|
SECRET_KEY=Lo0ldKrSjBGCHk8oxVS1rwziKZo9jiSIcaMVJQsXOugmUoGFBe
|
||||||
|
|
||||||
|
# SQLite
|
||||||
|
DB_ENGINE=django.db.backends.sqlite3
|
||||||
|
|
||||||
|
# PostgreSQL
|
||||||
|
# DB_ENGINE=django.db.backends.postgresql
|
||||||
|
# POSTGRES_HOST=db_recipes
|
||||||
|
# POSTGRES_DB=djangodb
|
||||||
|
# POSTGRES_PORT=5432
|
||||||
|
# POSTGRES_USER=djangouser
|
||||||
|
# POSTGRES_PASSWORD=
|
||||||
|
|
||||||
|
DEBUG=0
|
Loading…
Add table
Add a link
Reference in a new issue