mirror of
https://github.com/AudebertAdrien/ft_transcendence.git
synced 2025-12-16 14:07:49 +01:00
16 lines
294 B
Bash
16 lines
294 B
Bash
# Django settings
|
|
SECRET_KEY="FollowTheWhiteRabbit"
|
|
DEBUG=True
|
|
DJANGO_ALLOWED_HOSTS=localhost 127.0.0.1 [::1]
|
|
|
|
# PostgreSQL settings
|
|
POSTGRES_DB=players_db
|
|
POSTGRES_USER=42student
|
|
POSTGRES_PASSWORD=qwerty#42
|
|
|
|
DB_HOST=db
|
|
DB_PORT=5432
|
|
|
|
PROJECT_PATH=${PWD}/pong
|
|
POSTGRES_DATA_PATH=${PWD}/data/db
|