File: /var/www/laracopilot.stgviitor.com/laracopilot-wp/wp-config.php
<?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 website, 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://developer.wordpress.org/advanced-administration/wordpress/wp-config/
*
* @package WordPress
*/
// ** Database settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
//define( 'DB_NAME', 'laracopilot-wp' );
define( 'DB_NAME', 'laracopilot-v2' );
/** Database username */
define( 'DB_USER', 'root' );
/** Database password */
define( 'DB_PASSWORD', 'vMgreq3BFmjjBAYNQn' );
/** Database hostname */
define( 'DB_HOST', 'localhost' );
/** Database charset to use in creating database tables. */
define( 'DB_CHARSET', 'utf8mb4' );
/** 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', '=ba0.$PQY^Tkpy4a2xH*:D_D*Mb U3&M}gv!!b0V%7=q$t[l?P/JcAPZuSl^>]FR' );
define( 'SECURE_AUTH_KEY', 'EbIyNk,218Q7:-~DP&Y0Ps<FDU^`(s9g%=d.b8HM+3`2zUOm*#OoQM(43(HUs-;;' );
define( 'LOGGED_IN_KEY', '),BHaUid]A*#,EiPl]9Ke8QS|M6+9|NVY?pZTk!$%k>_If&w}!0ESS]l)#a:@d]}' );
define( 'NONCE_KEY', 'A6)C$$~Ts8WU%N.A)gX=RxVcX+ sk0/`Xm4R$tdgwee+THMCqgZpIySEpoM+|jQ;' );
define( 'AUTH_SALT', 'ht6(2~-}o#pZHsM)#v}c.Y+b]RP#MsnKn}ga]moZLE#-ZXUwlQZfHRxqie|4Sp>5' );
define( 'SECURE_AUTH_SALT', 'L`ZQRu$6G+}yT>Qh1O?!VImhB9%7f<9@K;DyKzG78X(V:t>3#7x#JvS.!s-4*Gt9' );
define( 'LOGGED_IN_SALT', '*[=_Ns4$-n9,dfqW2x<YrE:2:a.XG 8<8,<>4Nn#Ud@uIq|Od);^96N#b^ bA8n9' );
define( 'NONCE_SALT', '[l;.%!I;bFi{T(CC7D?h>!X>8%Cycn7=.I}S:qEA2y5ff.vAr~z?ruhb4+E!DyNQ' );
/**#@-*/
/**
* 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!
*
* At the installation time, database tables are created with the specified prefix.
* Changing this value after WordPress is installed will make your site think
* it has not been installed.
*
* @link https://developer.wordpress.org/advanced-administration/wordpress/wp-config/#table-prefix
*/
$table_prefix = 'lco_';
/**
* 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://developer.wordpress.org/advanced-administration/debug/debug-wordpress/
*/
define( 'WP_DEBUG', false );
define( 'WP_DEBUG_LOG', false );
define( 'ALLOW_UNFILTERED_UPLOADS', true );
define( 'FS_METHOD', 'direct' );
define('LARACOPILOT_API_SECRET', 'm8F1ZkX9KQ4pH3S7JY0W+5rA2cB6EoDt=');
define('SMTP_HOST', 'email-smtp.us-east-1.amazonaws.com');
define('SMTP_PORT', 587);
define('SMTP_USER', 'AKIAT54DL5XT37PXBWSI');
define('SMTP_PASS', 'BPFYPV3lfrXsFz5V7C8fjxB5opNQmFGo4qdl35CkvQRZ');
define('SMTP_FROM_NAME', 'LaraCopilot');
define('SMTP_FROM', 'support@laracopilot.com');
define('SMTP_SECURE', 'tls');
define('LARACOPILOT_API_SECRET', 'm8F1ZkX9KQ4pH3S7JY0W+5rA2cB6EoDt=');
define('LARACOPILOT_API_URL', 'https://builder.laracopilot.com/api/v1/');
define('LARACOPILOT_ROLES_API_URL', 'https://builder.laracopilot.com/api/v1/roles');
define('LARACOPILOT_BUILDER_ACTION_URL', 'https://builder.laracopilot.com/start');
define('LARACOPILOT_APP_URL', 'https://builder.laracopilot.com/plan-start');
/* 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__ . '/' );
}
/** Sets up WordPress vars and included files. */
require_once ABSPATH . 'wp-settings.php';