You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- # -------------------------------------------------------
- # Kopiere diese Datei zu .env.local und fülle sie aus
- # .env.local wird NICHT ins Git eingecheckt
- # -------------------------------------------------------
-
- # Live-Server SSH-Zugangsdaten (für pull-live-db.sh)
- LIVE_SSH_HOST=
- LIVE_SSH_USER=
- LIVE_SSH_PORT=22
- LIVE_SSH_PATH=/var/www/html # Pfad zur Contao-Installation auf dem Server
-
- # Live-Datenbank
- LIVE_DB_NAME=
- LIVE_DB_USER=
- LIVE_DB_PASS=
- LIVE_DB_HOST=127.0.0.1 # meist localhost auf dem Server
-
- # Live Files/Uploads synchronisieren (optional)
- LIVE_FILES_PATH=/var/www/html/files
|