deploy/templates/env.j2
author ymh <ymh.work@gmail.com>
Mon, 17 Jun 2019 17:53:36 +0200
changeset 26 2f63751d1639
permissions -rw-r--r--
add missing file

DB_NAME={{rc_db_name}}
DB_USER={{rc_db_user}}
DB_PASSWORD={{rc_db_password}}
DB_HOST={{rc_db_host}}
WP_HOME={{rc_wp_home}}

WP_SITEURL={{rc_wp_siteurl}}
WP_ENV={{rc_wp_env}}

AUTH_KEY={{rc_auth_key}}
SECURE_AUTH_KEY={{rc_secure_auth_key}}
LOGGED_IN_KEY={{rc_logged_in_key}}
NONCE_KEY={{rc_nonce_key}}
AUTH_SALT={{rc_auth_salt}}
SECURE_AUTH_SALT={{rc_secure_auth_salt}}
LOGGED_IN_SALT={{rc_logged_in_salt}}
NONCE_SALT={{rc_nonce_salt}}