philippurbschat.de/home/.env.example

14 lines
385 B
Text

# App Einstellungen
APP_NAME=philippurbschat.de
APP_ENV=production
BASE_URL=https://philippurbschat.de/
# Datenbank (Standard: mysql. Für lokale Entwicklung ohne MySQL kann DB_CONNECTION=sqlite genutzt werden)
# DB_CONNECTION=mysql
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