deploy/templates/env.j2
author Riwad Salim <riwad.salim@yahoo.fr>
Wed, 04 Sep 2019 17:01:28 +0200
changeset 36 2cb2ab7d1b7d
parent 26 2f63751d1639
permissions -rw-r--r--
Added tag 0.6 for changeset 7868b794e6cc

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}}