Add .env.install template and unblock it from gitignore
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
5
.env.install
Normal file
5
.env.install
Normal file
@@ -0,0 +1,5 @@
|
||||
MYSQL_HOST=
|
||||
MYSQL_PORT=
|
||||
MYSQL_DATABASE=
|
||||
MYSQL_USER=
|
||||
MYSQL_PASSWORD=
|
||||
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,5 +1,6 @@
|
||||
.env
|
||||
.env.*
|
||||
!.env.install
|
||||
*.pyc
|
||||
__pycache__/
|
||||
.venv/
|
||||
|
||||
Reference in New Issue
Block a user