Compare commits

..

No commits in common. "ef83710a61aa99aca347e409447df422eb89299a" and "484b60b0ec0d22135b9495e7faaeec49637874d1" have entirely different histories.

9 changed files with 1 additions and 34 deletions

View File

@ -1,4 +0,0 @@
DEBUG=1
SECRET_KEY=SECRET_KEY
ENVIRONMENT=docker
DJANGO_SETTINGS_MODULE=clicker.settings

View File

@ -1 +0,0 @@
HTTP_PORT=8080

View File

@ -1,8 +0,0 @@
POSTGRES_PASSWORD=postgres
POSTGRES_USER=postgres
POSTGRES_DB=postgres
POSTGRES_HOST=batcher-postgres
POSTGRES_PORT=5432
LANG=ru_RU.UTF-8
LANGUAGE=ru_RU.UTF-8
LC_ALL=ru_RU.UTF-8

View File

@ -1,3 +0,0 @@
TG_TOKEN=token
BACKEND_URL=http://backend:8000
PROD=0

View File

@ -1,8 +0,0 @@
POSTGRES_PASSWORD=postgres
POSTGRES_USER=postgres
POSTGRES_DB=postgres
POSTGRES_HOST=postgres
POSTGRES_PORT=5432
LANG=ru_RU.UTF-8
LANGUAGE=ru_RU.UTF-8
LC_ALL=ru_RU.UTF-8

View File

@ -1,5 +0,0 @@
REDIS_HOST=redis
REDIS_PORT=6379
REDIS_USER=default
REDIS_PASSWORD=redis
REDIS_DB=0

View File

@ -1,4 +0,0 @@
RABBITMQ_HOST=rabbitmq
RABBITMQ_PORT=5672
RABBITMQ_DEFAULT_USER=rabbitmq
RABBITMQ_DEFAULT_PASS=rabbitmq

View File

@ -1 +0,0 @@
APP_URL=https://kyc-game.ru

1
.gitignore vendored
View File

@ -1,4 +1,5 @@
.idea
.env
.DS_Store
__pycache__/
*.py[cod]