init commit

This commit is contained in:
prod-tech
2024-11-17 02:31:42 +03:00
commit cf933c770c
217 changed files with 19340 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
# Domain
DOMAIN={{sensitive_data}}
# Backend
BACKEND_CORS_ORIGINS="http://localhost,http://localhost:5173,https://localhost,https://localhost:5173,http://{{sensitive_data}},http://{{sensitive_data}}"
JWT_SECRET_KEY=postgresql+psycopg://{{sensitive_data}}:{{sensitive_data}}@localhost:5432/postgres
DEBUG=true
# Bot
TOKEN_TELEGRAM_API={{sensitive_data}}
WEB_APP_URL=https://{{sensitive_data}}
# Postgres
POSTGRES_SERVER=db
POSTGRES_PORT=5432
POSTGRES_DB=postgres
POSTGRES_USER=postgres
POSTGRES_PASSWORD=postgres
DATABASE_URL=postgresql+psycopg://{{sensitive_data}}:{{sensitive_data}}@db:5432/postgres