chore: add .env to git for shared DB config
All checks were successful
Build and Deploy Backend / build-and-deploy (push) Successful in 1m21s
Build and Deploy Web / build-and-deploy (push) Successful in 54s

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
zyc 2026-02-14 11:28:19 +08:00
parent 79368c11e2
commit 41f91dc5a7
2 changed files with 6 additions and 1 deletions

2
.gitignore vendored
View File

@ -13,7 +13,7 @@ node_modules/
frontend/dist/ frontend/dist/
# Environment # Environment
.env # .env
# OS # OS
.DS_Store .DS_Store

5
backend/.env Normal file
View File

@ -0,0 +1,5 @@
DB_HOST=rm-7xv1uaw910558p1788o.mysql.rds.aliyuncs.com
DB_USER=airlabs_manage
DB_PASSWORD=Airlabs-manage123
DB_PORT=3306
DB_NAME=airlabs-manage