init commit
This commit is contained in:
13
.history/.env_20250812203658
Normal file
13
.history/.env_20250812203658
Normal file
@@ -0,0 +1,13 @@
|
||||
COMPOSE_PROJECT_NAME=korea-marriage-bot
|
||||
TZ=Asia/Seoul
|
||||
|
||||
MYSQL_DATABASE=match_agency
|
||||
MYSQL_USER=match_user
|
||||
MYSQL_PASSWORD=match_password_change_me
|
||||
MYSQL_ROOT_PASSWORD=root_password_change_me
|
||||
|
||||
DATABASE_URL=mysql+pymysql://match_user:match_password_change_me@db:3306/match_agency?charset=utf8mb4
|
||||
|
||||
BOT_TOKEN=replace_with_your_bot_token
|
||||
PRIMARY_ADMIN_TELEGRAM_ID=556399210
|
||||
PYTHONUNBUFFERED=1
|
||||
Reference in New Issue
Block a user