Browse Source

updates example env files

test
Jean-Christophe Vanhalle 2 years ago
parent
commit
5bbb4bd2ca

+ 4
- 4
env_files/certs-example.env View File

@@ -1,4 +1,4 @@
SSL_CRT_LOCATION=/home/vanhalleje/Dev/certs
SSL_CRT_NAME=wp8test.test.crt
SSL_KEY_LOCATION=/home/vanhalleje/Dev/certs
SSL_KEY_NAME=wp8test.test.key
SSL_CRT_LOCATION=<path>
SSL_CRT_NAME<certificate filename>
SSL_KEY_LOCATION=<path>
SSL_KEY_NAME=<key filename>

+ 2
- 2
env_files/manage-example.env View File

@@ -1,2 +1,2 @@
MOUNT_USER=vanhalleje
DOCKER_VOLUMES_PATH=/home/vanhalleje/.docker-data/volumes
MOUNT_USER=<local user>
DOCKER_VOLUMES_PATH=</var/lib/docker/volumes>

+ 2
- 2
env_files/migrate-db-example.env View File

@@ -1,2 +1,2 @@
REMOTE_WP_PATH=/var/www/prod.ecolo.be/www
REMOTE_WP_URL=ecolo.be
REMOTE_WP_PATH=</var/www/example.com>
REMOTE_WP_URL=<example.com>

+ 2
- 2
env_files/remote-example.env View File

@@ -1,2 +1,2 @@
REMOTE_SSH_STRING=prod
REMOTE_WP_PATH=/var/www/prod.ecolo.be/www
REMOTE_SSH_STRING=<sshconfig hostname>
REMOTE_WP_PATH=</var/www/example.com.be>

Loading…
Cancel
Save