Adrien Audebert c871a71135 wip
2024-08-14 16:29:20 +02:00

28 lines
496 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
# Django settings
DB_HOST=db
DB_PORT=5432
PWD_PATH=${PWD}
PROJECT_PATH=${PWD_PATH}/pong
# ElasticSearch settings
STACK_VERSION=8.14.3
CLUSTER_NAME=docker-cluster
LICENSE=trial
ELASTIC_USERNAME=adrien
ELASTIC_PASSWORD=qwerty42
# Kibana settings
KIBANA_PASSWORD=qwerty42
KIBANA_PORT=5601