.envを削除し.gitignoreに追加
This commit is contained in:
parent
ab4e862d93
commit
2c557818f7
9
.env
9
.env
@ -1,9 +0,0 @@
|
||||
# Flask Configuration
|
||||
FLASK_CONFIG=development
|
||||
SECRET_KEY=your_secret_key_here
|
||||
|
||||
# Database Configuration
|
||||
DB_USER=root
|
||||
DB_PASSWORD=your_db_password
|
||||
DB_HOST=db
|
||||
DB_NAME=workout_db
|
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
develop.md
|
||||
.env
|
Loading…
x
Reference in New Issue
Block a user