Não pode escolher mais do que 25 tópicos
Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
|
- # -------------------------------------------------------
- # 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
|