<?php
/**
 * The base configuration for WordPress
 *
 * The wp-config.php creation script uses this file during the installation.
 * You don't have to use the web site, you can copy this file to "wp-config.php"
 * and fill in the values.
 *
 * This file contains the following configurations:
 *
 * * Database settings
 * * Secret keys
 * * Database table prefix
 * * ABSPATH
 *
 * @link https://wordpress.org/support/article/editing-wp-config-php/
 *
 * @package WordPress
 */

// ** Database settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define('DB_NAME', 'rockycre_wp100');

/** Database username */
define('DB_USER', 'rockycre_wp100');

/** Database password */
define('DB_PASSWORD', '82BFNkeQfs9e7jL');

/** Database hostname */
define('DB_HOST', 'localhost');

/** Database charset to use in creating database tables. */
define('DB_CHARSET', 'utf8');

/** The database collate type. Don't change this if in doubt. */
define('DB_COLLATE', '');

/**#@+
 * Authentication unique keys and salts.
 *
 * Change these to different unique phrases! You can generate these using
 * the {@link https://api.wordpress.org/secret-key/1.1/salt/ WordPress.org secret-key service}.
 *
 * You can change these at any point in time to invalidate all existing cookies.
 * This will force all users to have to log in again.
 *
 * @since 2.6.0
 */
define('AUTH_KEY', 'v4sgatbutr0dumdietuvptvps1gun41nzzfsrnlwafhgup7242tup69mbowka8ze');
define('SECURE_AUTH_KEY', 'zs7vnqphtb74ywpcyy47yg2y7b5sn5ltlrwitzo2iwitb9qygrj4ahyvbicfqy6c');
define('LOGGED_IN_KEY', '068mb440hqayqtqxwjlxmjnaiymanngoyabrhehxvj0cieqo9ceyrsw9ofsuqzrl');
define('NONCE_KEY', 'd5v420rptnl07mq7kcxggagvhcetjzlumsw2kgzpfyfaxppbodi0vrbqdddb7tiq');
define('AUTH_SALT', 'qeazz7tcl5twjaundfplfdtim7u3ksydyws4l5cmsfjojwgas3tetf7oweuhmhms');
define('SECURE_AUTH_SALT', 'veicxfxk0ailtoytzv4jdvihheoefajoljzlixjv7atfx0s0pokzsgrlxznv7npv');
define('LOGGED_IN_SALT', 'zazuig25htn7xcs22uyvrlbqjrf7wgt9pzwujxjqhmrzzwoucgaerauojhkqq0lz');
define('NONCE_SALT', 'nzi5jbq6okbzbfs7kbb3ryiacpj7y5tai1hwjrtltc29jpa278dwbrpgkpwnq0nw');

/**#@-*/

/**
 * WordPress database table prefix.
 *
 * You can have multiple installations in one database if you give each
 * a unique prefix. Only numbers, letters, and underscores please!
 */
$table_prefix = 'wprj_';

/**
 * For developers: WordPress debugging mode.
 *
 * Change this to true to enable the display of notices during development.
 * It is strongly recommended that plugin and theme developers use WP_DEBUG
 * in their development environments.
 *
 * For information on other constants that can be used for debugging,
 * visit the documentation.
 *
 * @link https://wordpress.org/support/article/debugging-in-wordpress/
 */
define('WP_DEBUG', false);


/* Add any custom values between this line and the "stop editing" line. */



/* That's all, stop editing! Happy publishing. */

/** Absolute path to the WordPress directory. */
if (!defined('ABSPATH')) {
    define('ABSPATH', __DIR__ . '/');
}

define('WP_DEBUG_LOG', ABSPATH . '/rocaria-wp-errors.log');

define('ROC_STAGING', false);

/* Rocaria Constants */
if (ROC_STAGING) {
    /* Test Credentials */
    define('RL_CLIENT_ID', 'c97nAOLRJL0dCej6WwR8kuteG6eRf1UR');
    define('RL_CLIENT_SECRET', 'y4xtAT0XZ7LSRbxD');
} else {
    /* Live Credentials */
    define('RL_CLIENT_ID', 'pCAiAOdC0Plpm2Wyx2lRAbrMOh85Ff4c7GGixTvNsJalxZb1');
    define('RL_CLIENT_SECRET', 'iSKOgG14oNC7m8I27Fo2hQzf4TLG22l9RYwXAafAdKPtH2GAYUuCRQIH7zrHGsZj');
}

/* Live Credentials */
define('RL_CLIENT_ID', 'pCAiAOdC0Plpm2Wyx2lRAbrMOh85Ff4c7GGixTvNsJalxZb1');
define('RL_CLIENT_SECRET', 'iSKOgG14oNC7m8I27Fo2hQzf4TLG22l9RYwXAafAdKPtH2GAYUuCRQIH7zrHGsZj');

define('RL_PARTNER_ID', '419e1ff3-2b1a-48c5-9d64-331a6449f56c');
define('RL_PARTNER_EMAIL', 'greg@rockycreekdigital.com');
define('TWILIO_ACCOUNT_SID', 'AC6df59f5b02c7b4b823a56d2f88916e52');
define('TWILIO_SERVICE_SID', 'VA0809e21699ffb5955220fc49974feb9d');
define('TWILIO_AUTH_TOKEN', 'aec49e0973e514a813fd43999669b385');
define('S3_BUCKET_NAME', 'rocaria');
define('IAM_KEY', 'arn:aws:iam::645322187151:user/rocaria-server');
define('IAM_SECRET', 'AKIAZMQBTEGHRQ2TGK72');
define('AUTH_URL', "https://api-testauth.iptiqamericas.com/auth/realms/8d11f5af-8cd0-4fcf-adb8-e96fa1a03a82/protocol/openid-connect/auth");
define('ACCESS_TOKEN_URL', "https://api-testauth.iptiqamericas.com/auth/realms/8d11f5af-8cd0-4fcf-adb8-e96fa1a03a82/protocol/openid-connect/token");
define('CLIENT_ID', "8d11f5af-8cd0-4fcf-adb8-e96fa1a03a82:OPENID");
define('CLIENT_SECRET', "f9e80c5c-efbb-4ef6-832a-b779ce141635");
define('SITE_KEY', "54b77bb88dc863932213ac332dfd1895");
define('GRANT_TYPE_AUTH_CODE', "authorization_code");
define('GRANT_TYPE_RFRSH_TKN', "refresh_token");
define('REDIRECT_URL', "https://platform.boomi.com/account/iptiqamericas-7TGO6K/oauth2/callback");
define('SCOPE', "openid offline_access");
define('LOGIN_USER', "greg@rockycreekdigital.com");
define('LOGIN_PWD', '$trawHatCr3w');
define('OKTA_LOGIN_URL', "https://dev-532372.oktapreview.com/api/v1/authn");
define('OKTA_SESSION_REDIRECT', "https://dev-532372.oktapreview.com/login/sessionCookieRedirect?");
define('HEARTBEAT_ENDPOINT', "https://api-preprod.iptiqamericas.com/ws/rest/uapi/core/wss/heartbeat");
define('HANDOFF_ENDPOINT', "https://api-uat.iptiqamericas.com/ws/rest/v1/products/applications");
define('QUOTE_ENDPOINT', "https://api-uat.iptiqamericas.com/ws/rest/v1/products/quotes");
define('HEARTBEAT_API_KEY', "a9cd5359-f68b-4cf5-93eb-8f0898ecaf48");

/** Sets up WordPress vars and included files. */
require_once ABSPATH . 'wp-settings.php';