add env template

This commit is contained in:
Adrien Audebert 2024-07-11 15:32:00 +02:00
parent 614da05eab
commit 8260d10792

12
env_template Normal file
View File

@ -0,0 +1,12 @@
# Django settings
SECRET_KEY=
DEBUG=True
DJANGO_ALLOWED_HOSTS=localhost 127.0.0.1 [::1]
# PostgreSQL settings
POSTGRES_DB=
POSTGRES_USER=
POSTGRES_PASSWORD=
DB_HOST=db
DB_PORT=3306