chore: add .env to git for shared DB config
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
79368c11e2
commit
41f91dc5a7
2
.gitignore
vendored
2
.gitignore
vendored
@ -13,7 +13,7 @@ node_modules/
|
||||
frontend/dist/
|
||||
|
||||
# Environment
|
||||
.env
|
||||
# .env
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
|
||||
5
backend/.env
Normal file
5
backend/.env
Normal 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
|
||||
Loading…
x
Reference in New Issue
Block a user