deploy/templates/env.j2
changeset 26 2f63751d1639
equal deleted inserted replaced
25:494279920e1b 26:2f63751d1639
       
     1 DB_NAME={{rc_db_name}}
       
     2 DB_USER={{rc_db_user}}
       
     3 DB_PASSWORD={{rc_db_password}}
       
     4 DB_HOST={{rc_db_host}}
       
     5 WP_HOME={{rc_wp_home}}
       
     6 
       
     7 WP_SITEURL={{rc_wp_siteurl}}
       
     8 WP_ENV={{rc_wp_env}}
       
     9 
       
    10 AUTH_KEY={{rc_auth_key}}
       
    11 SECURE_AUTH_KEY={{rc_secure_auth_key}}
       
    12 LOGGED_IN_KEY={{rc_logged_in_key}}
       
    13 NONCE_KEY={{rc_nonce_key}}
       
    14 AUTH_SALT={{rc_auth_salt}}
       
    15 SECURE_AUTH_SALT={{rc_secure_auth_salt}}
       
    16 LOGGED_IN_SALT={{rc_logged_in_salt}}
       
    17 NONCE_SALT={{rc_nonce_salt}}