9 lines
371 B
Plaintext
Executable File
9 lines
371 B
Plaintext
Executable File
# Kopie nach backend/.env.local (liegt neben .env, wird nicht committet).
|
|
# Überschreibt nur bei dir lokal z. B. SSH-Tunnel — .env kann weiter DB_HOST=tsschulz.de haben.
|
|
|
|
DB_HOST=127.0.0.1
|
|
DB_PORT=60000
|
|
|
|
# Optional fuer Android-Capacitor-Debug gegen dieses Backend:
|
|
# CORS_ORIGINS=https://www.your-part.de,http://localhost:5173,http://127.0.0.1:5173,https://localhost
|