clone:legacy

This commit is contained in:
2025-09-05 11:09:58 +09:00
commit 6103518feb
119 changed files with 41713 additions and 0 deletions

29
.env.example Normal file
View File

@@ -0,0 +1,29 @@
# App
PORT=4000
NODE_ENV=development
# Database (MySQL)
DATABASE_URL=mysql://bkon:bkon@mysql:3306/bkon
MYSQL_ROOT_PASSWORD=root
MYSQL_DATABASE=bkon
MYSQL_USER=bkon
MYSQL_PASSWORD=bkon
# Redis
REDIS_HOST=redis
REDIS_PORT=6379
# JWT (move secrets to real .env)
JWT_SECRET=change-me
# Firebase service account (paste values without quotes)
project_id=
private_key_id=
private_key=
client_email=
client_id=
auth_uri=
token_uri=
auth_provider_x509_cert_url=
client_x509_cert_url=
firebase_url=