Add .env.install template and unblock it from gitignore

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Martin Hohenberg
2026-06-18 21:22:30 +02:00
parent ef8285e583
commit f4e991e5dc
2 changed files with 6 additions and 0 deletions

5
.env.install Normal file
View File

@@ -0,0 +1,5 @@
MYSQL_HOST=
MYSQL_PORT=
MYSQL_DATABASE=
MYSQL_USER=
MYSQL_PASSWORD=

1
.gitignore vendored
View File

@@ -1,5 +1,6 @@
.env .env
.env.* .env.*
!.env.install
*.pyc *.pyc
__pycache__/ __pycache__/
.venv/ .venv/