/
home
/
devanchordigital-newtoninstitute
/
htdocs
/
newtoninstitute.devanchordigital.com.au
/
up file
home
<?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 * * Localized language * * 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', 'devanchordigital-newtoninstitute' ); /** Database username */ define( 'DB_USER', 'devanchordigital-newtoninstitute' ); /** Database password */ define( 'DB_PASSWORD', '9ixOPbwRxVFPCWkMtfDz' ); /** Database hostname */ define( 'DB_HOST', '127.0.0.1:3306' ); /** 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', '|:3j.=)W)-zMd=wv_3UE8%)!j_rvh7}Qdn3]:ckZZqHYzmrRTmbD/HIk[y 7xP} ' ); define( 'SECURE_AUTH_KEY', 'b#W|<3]e#;;&,XR72Ow>d ><+b4o^?c&1f:U{4 t%$:7u6E4MjWi:T0$oE@SMWli' ); define( 'LOGGED_IN_KEY', '`$8D)Mh6w^,eGD2=Yx<Y*v0-wJ_q{$dFB^&8zemufC+/*P+e2kL6yOPJdv2 QI!C' ); define( 'NONCE_KEY', 'D~)C}+krx:vD{RU EE?}~+PA*@z-pU3>X]t+J@C%>$z/sAIUF1q3XvE@]a_B}TB$' ); define( 'AUTH_SALT', 'bS^IYUP!PFGLzq8n+@cu1(E~$y~ ZF-Dj]);8b:mCLT(ryu/{2]BD#`z[kQ?OTc)' ); define( 'SECURE_AUTH_SALT', '+[,W;d-*%C^QR.%mnO.dXE^X$?0GAbX+B[4?%t^g(lp27g4:Z8HfQczxlUH|6OvL' ); define( 'LOGGED_IN_SALT', '6X(CeG{C//Zi{x!pfXcm&d5<tleDbcmWRw3N|%-~2tHQwep6|OU.uf0i){FC58m^' ); define( 'NONCE_SALT', ')n!GgD(8@-H8:C7d]9O`3]iLF$?A&uMU@kApBbj,^>`{A1&(r{Si6($OK7T#Q8De' ); define( 'WP_CACHE_KEY_SALT', 'ymR-l[mgi$%*t@&tx`@T,d2U|GqaC}(Jx0)w(//EZV~`%#Mx4M7!SM]KAw1,&7KH' ); /**#@-*/ /** * 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 = 'wp_'; /** * 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. */ define( 'FS_METHOD', 'direct' ); define( 'WP_DEBUG_DISPLAY', false ); define( 'WP_DEBUG_LOG', true ); define( 'CONCATENATE_SCRIPTS', false ); define( 'AUTOSAVE_INTERVAL', 600 ); define( 'WP_POST_REVISIONS', 5 ); define( 'EMPTY_TRASH_DAYS', 21 ); /* 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';