philippurbschat.de/home/.env.example

13 lines
323 B
Text

# App Einstellungen
APP_NAME=philippurbschat.de
APP_ENV=production
BASE_URL=https://philippurbschat.de/
# Datenbank (Optional - leer lassen, wenn keine DB benötigt wird)
DB_HOST=localhost
DB_NAME=your_db_name
DB_USER=your_db_user
DB_PASS=your_db_password
# APIs & Externe Dienste
GEMINI_API_KEY=your_gemini_api_key_here