22 lines
677 B
Text
22 lines
677 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
|
|
|
|
# E-Mail & Versand (Optional: Netcup-Hosting nutzt standardmäßig PHP mail() mit Absender hi@philippurbschat.de)
|
|
MAIL_FROM=hi@philippurbschat.de
|
|
MAIL_FROM_NAME="Philipp Urbschat"
|
|
# SMTP_HOST=mxf9da.netcup.net
|
|
# SMTP_PORT=587
|
|
# SMTP_USER=hi@philippurbschat.de
|
|
# SMTP_PASS=your_mail_password
|