mirror of
https://github.com/AudebertAdrien/ft_transcendence.git
synced 2025-12-16 14:07:49 +01:00
15 lines
352 B
Bash
15 lines
352 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
|
|
|
|
DB_HOST=db
|
|
DB_PORT=5432
|
|
|
|
PROJECT_PATH=/home/mchiboub/42cursus/transcendence/pong
|
|
POSTGRES_DATA_PATH=/home/mchiboub/42cursus/transcendence/data/db |