Add example .env file with local secrets and configuration
This commit is contained in:
parent
477b132d85
commit
441ca3a67a
13
.env
Normal file
13
.env
Normal 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
|
||||
Loading…
Reference in New Issue
Block a user