mirror of
https://github.com/AudebertAdrien/ft_transcendence.git
synced 2025-12-16 05:57:48 +01:00
add env template
This commit is contained in:
parent
614da05eab
commit
8260d10792
12
env_template
Normal file
12
env_template
Normal 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
|
||||
Loading…
x
Reference in New Issue
Block a user