Skip to content
Snippets Groups Projects
.env_example 420 B
Newer Older
ynerant's avatar
ynerant committed
DJANGO_APP_STAGE="dev"
ynerant's avatar
ynerant committed
# Only used in dev mode, change to "postgresql" if you want to use PostgreSQL in dev
ynerant's avatar
ynerant committed
DJANGO_DEV_STORE_METHOD="sqllite"
DJANGO_DB_HOST="localhost"
DJANGO_DB_NAME="note_db"
DJANGO_DB_USER="note"
DJANGO_DB_PASSWORD="CHANGE_ME"
DJANGO_DB_PORT=""
DJANGO_SECRET_KEY="CHANGE_ME"
DJANGO_SETTINGS_MODULE="note_kfet.settings"
DOMAIN="localhost"
ynerant's avatar
ynerant committed
CONTACT_EMAIL="tresorerie.bde@localhost"
ynerant's avatar
ynerant committed
NOTE_URL="localhost"