Browse Source

cleans up code

test
Jean-Christophe Vanhalle 1 year ago
parent
commit
6e0719ec50
2 changed files with 2 additions and 2 deletions
  1. 1
    1
      env_files/certs-example.env
  2. 1
    1
      env_files/remote-example.env

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

SSL_CRT_LOCATION=<path> SSL_CRT_LOCATION=<path>
SSL_CRT_NAME<certificate filename>
SSL_CRT_NAME=<certificate filename>
SSL_KEY_LOCATION=<path> SSL_KEY_LOCATION=<path>
SSL_KEY_NAME=<key filename> SSL_KEY_NAME=<key filename>

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

REMOTE_SSH_STRING=<sshconfig hostname> REMOTE_SSH_STRING=<sshconfig hostname>
REMOTE_WP_PATH=</var/www/example.com.be>
REMOTE_WP_PATH=</var/www/example.com>

Loading…
Cancel
Save