Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

flexengineer.me

<?php
/**
 * Custom WordPress configurations on "wp-config.php" file.
 *
 * This file has the following configurations: MySQL settings, Table Prefix, Secret Keys, WordPress Language, ABSPATH and more.
 * For more information visit {@link https://codex.wordpress.org/Editing_wp-config.php Editing wp-config.php} Codex page.
 * Created using {@link https://generatewp.com/wp-config/ wp-config.php File Generator} on GenerateWP.com.
 *
 * @package WordPress
 * @generator GenerateWP.com
 */


/* MySQL settings */
define( 'DB_NAME',     'flexengineer-db' );
define( 'DB_USER',     'flexengineerSQL' );
define( 'DB_PASSWORD', 'AlphA//147' );
define( 'DB_HOST',     '127.0.0.1' );
define( 'DB_CHARSET',  'utf8' );
define( 'DB_COLLATE',  'utf8_general_ci' );


/* MySQL database table prefix. */
$table_prefix = 'atruth_';
define( 'CUSTOM_USER_TABLE',      $table_prefix . 'atruth_user' );
define( 'CUSTOM_USER_META_TABLE', $table_prefix . 'atruth_usermeta' );


/* Authentication Unique Keys and Salts. */
define('AUTH_KEY',         '4dM-)wzQJ0, nb*Ja)Le0d/UwV?&5|4- wnV!;y5P-?Gp.*,.Y&2Q`]Z7[RK*F=T');
define('SECURE_AUTH_KEY',  'P-Y}4JWvawBiwZq_.UiCk:|]LznB22~uhc{9mS9/OdL/[6!MBym-e=CCJ3&;_V$x');
define('LOGGED_IN_KEY',    '`i/?C}~l>_gIfwgMI>Oq++OBT.|!r~TL.-V%-r7Qi4J&?|.o8hGj-Yz%LUN=YxaA');
define('NONCE_KEY',        'o#_W-^+zzYPBs+>5n`rnVR9Z+]!b~A{.gz5EJl<E28XN6#Bf2%+AQaqEzO7J`RT%');
define('AUTH_SALT',        '_EreW^+-Ek@+qeg/~qHzpJpZ`hv9`OG%<!#09h IcQvIC|YoWm');
define('NONCE_SALT',       '/=l%?U}L(=+o&EAV^z[KX>oX!|8#u9}P,e(EPrA{*@7f9cdV4-ZdRuS0e%}Az({O');


/* Custom WordPress URL. */
define( 'WP_SITEURL',     'http://dev.appletruth.com' );
define( 'WP_HOME',        'http://dev.appletruth.com' );
define( 'WP_CONTENT_URL', 'http://dev.appletruth.com/wp-content' );
define( 'UPLOADS',        'http://dev.appletruth.com/wp-content/uploads' );
define( 'WP_PLUGIN_URL',  'http://dev.appletruth.com/wp-content/plugins' );


/* Disable Post Revisions. */
define( 'WP_POST_REVISIONS', false );


/* WordPress debug mode for developers. */
define( 'WP_DEBUG',         true );


/* PHP Memory */
define( 'WP_MEMORY_LIMIT', '512' );


/* Updates */
define( 'WP_AUTO_UPDATE_CORE', true );
define( 'DISALLOW_FILE_MODS', false );
define( 'DISALLOW_FILE_EDIT', false );


/* Absolute path to the WordPress directory. */
if ( !defined('ABSPATH') )
	define('ABSPATH', dirname(__FILE__) . '/');

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