Website-fabianschieder/.env.example

22 lines
555 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Beispiel für lokale Secrets. NICHT committen: nutze .env
DB_SERVERNAME=localhost
DB_PORT=3306
DB_USERNAME=FSST
DB_PASSWORD=
DB_DATABASE=FabianWebsite
# Optional: Basis-URL (wenn du was dynamisch bauen willst)
APP_URL=https://fabianschieder.com
# (Deprecated) Basic Auth für /adminer wird nicht mehr verwendet
ADMINER_BASIC_USER=
ADMINER_BASIC_PASS=
# App-Login für /adminer
# Registrierung erlauben? 1=ja, 0=nein
ADMINER_ALLOW_REGISTER=1
# Optional: initialen User automatisch anlegen (einmalig)
ADMINER_APP_SEED_USER=
ADMINER_APP_SEED_PASS=