add .env var

This commit is contained in:
Adrien Audebert 2024-07-29 15:23:26 +02:00
parent 2f6fa89adf
commit fbcd9f8e5a
2 changed files with 10 additions and 1 deletions

9
.env
View File

@ -13,3 +13,12 @@ DB_PORT=5432
PROJECT_PATH=${PWD}/pong
POSTGRES_DATA_PATH=${PWD}/data/db
ELASTIC_PASSWORD=qwerty42
STACK_VERSION=8.14.3
ES_PORT=127.0.0.1:9200
CLUSTER_NAME=docker-cluster
LICENSE=basic
KIBANA_PASSWORD=qwerty42
KIBANA_PORT=5601

View File

@ -37,6 +37,6 @@
<div id="ball"></div>
</div>
</div>
<script src="{% static 'game.js' %}"></script>
<script src="{% static 'game.js' %}"></script>
</body>
</html>