mirror of
https://github.com/AudebertAdrien/ft_transcendence.git
synced 2025-12-16 05:57:48 +01:00
update
This commit is contained in:
parent
b5bc219cd6
commit
97dda6805c
15
.env
Normal file
15
.env
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
# Django settings
|
||||||
|
SECRET_KEY="F0!!0w the @h\$te Raββ\$t"
|
||||||
|
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}/helloworld
|
||||||
|
POSTGRES_DATA_PATH=${PWD}/data/db
|
||||||
2
.gitignore
vendored
2
.gitignore
vendored
@ -3,6 +3,6 @@
|
|||||||
# virtualenv
|
# virtualenv
|
||||||
venv/
|
venv/
|
||||||
|
|
||||||
__pycache__
|
__pycache__/
|
||||||
|
|
||||||
data/
|
data/
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user