Add example .env file with local secrets and configuration

This commit is contained in:
Fabian Schieder 2026-02-28 19:51:59 +01:00
parent 477b132d85
commit 441ca3a67a

13
.env Normal file
View File

@ -0,0 +1,13 @@
# Beispiel für lokale Secrets. NICHT committen: nutze .env
DB_SERVERNAME=localhost
DB_PORT=3306
DB_USERNAME=FSST
DB_PASSWORD=L9wUNZZ9Qkbt
DB_DATABASE=FSS_T
# Optional: Basis-URL (wenn du was dynamisch bauen willst)
APP_URL=https://fabianschieder.com
# Basic Auth für /adminer (zusätzlicher Schutz)
ADMINER_BASIC_USER=admin
ADMINER_BASIC_PASS=L9wUNZZ9Qkbt