mirror of
https://github.com/AudebertAdrien/ft_transcendence.git
synced 2025-12-18 06:57:48 +01:00
Remove all .env files and add to .gitignore
This commit is contained in:
parent
90c8cb49c2
commit
7d48af1fec
32
.env
32
.env
@ -1,32 +0,0 @@
|
|||||||
# Django settings
|
|
||||||
SECRET_KEY="FollowTheWhiteRabbit"
|
|
||||||
DEBUG=True
|
|
||||||
DJANGO_ALLOWED_HOSTS=['*']
|
|
||||||
|
|
||||||
# PostgreSQL settings
|
|
||||||
POSTGRES_DB=players_db
|
|
||||||
POSTGRES_USER=42student
|
|
||||||
POSTGRES_PASSWORD=qwerty
|
|
||||||
|
|
||||||
# Django settings
|
|
||||||
DB_HOST=db
|
|
||||||
DB_PORT=5432
|
|
||||||
PWD_PATH=${PWD}
|
|
||||||
PROJECT_PATH=${PWD_PATH}/pong
|
|
||||||
DJANGO_LOGS=${PWD_PATH}/logs
|
|
||||||
|
|
||||||
# ElasticSearch settings
|
|
||||||
STACK_VERSION=8.14.3
|
|
||||||
CLUSTER_NAME=docker-cluster
|
|
||||||
LICENSE=basic
|
|
||||||
|
|
||||||
ELASTIC_USERNAME=elastic
|
|
||||||
ELASTIC_PASSWORD=elastic_pass
|
|
||||||
|
|
||||||
# Kibana settings
|
|
||||||
KIBANA_PORT=5601
|
|
||||||
KIBANA_USERNAME=kibana_system
|
|
||||||
KIBANA_PASSWORD=kibana_pass
|
|
||||||
|
|
||||||
ENCRYPTION_KEY=c34d38b3a14956121ff2170e5030b471551370178f43e5626eec58b04a30fae2
|
|
||||||
|
|
||||||
Loading…
x
Reference in New Issue
Block a user