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.
 
 
 

20 lines
611 B

  1. # -------------------------------------------------------
  2. # Kopiere diese Datei zu .env.local und fülle sie aus
  3. # .env.local wird NICHT ins Git eingecheckt
  4. # -------------------------------------------------------
  5. # Live-Server SSH-Zugangsdaten (für pull-live-db.sh)
  6. LIVE_SSH_HOST=
  7. LIVE_SSH_USER=
  8. LIVE_SSH_PORT=22
  9. LIVE_SSH_PATH=/var/www/html # Pfad zur Contao-Installation auf dem Server
  10. # Live-Datenbank
  11. LIVE_DB_NAME=
  12. LIVE_DB_USER=
  13. LIVE_DB_PASS=
  14. LIVE_DB_HOST=127.0.0.1 # meist localhost auf dem Server
  15. # Live Files/Uploads synchronisieren (optional)
  16. LIVE_FILES_PATH=/var/www/html/files