| Server IP : 35.80.110.71 / Your IP : 216.73.216.221 Web Server : Apache/2.4.58 (Ubuntu) System : Linux ip-172-31-21-44 6.17.0-1019-aws #19~24.04.1-Ubuntu SMP Tue Jun 23 18:53:06 UTC 2026 x86_64 User : ubuntu ( 1000) PHP Version : 8.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/throughline-headless-wp/ |
Upload File : |
<?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', 'throughline_demo' );
/** Database username */
define( 'DB_USER', 'throughline_demo_wp' );
/** Database password */
define( 'DB_PASSWORD', '5eyfCY6SVf0QEAmBjTqz8pqwqBFGndYv' );
/** 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', '3X[gQMdJ/Ej)9h^W>f79gV79wf*8@<%J_p!PIef+r=rt[S0mM42Q]%AYJ)rnb:i%' );
define( 'SECURE_AUTH_KEY', ',yv@{nNTP*1&Qr{f}!J:F?_%(%0>]_[I:GHJJ+p&#rCCT-i<`9o33xH%nd/rU/j*' );
define( 'LOGGED_IN_KEY', '04[R4>EFXkFfw45uf@A@.JVK_^>TJmI`D$5s*tyP&TDLqOY+Fx?!!~O_lz:0&/[e' );
define( 'NONCE_KEY', '.#V Q-=65^/6L3%CY_g&lab-s:J#?8;%;E5CkBJmYqibAZvyy}r9_7n3r9 uoWY3' );
define( 'AUTH_SALT', 'O?+^}c;OA<{kVlBEo.+^AImZRWV5qYa|!|9N u0_dqW=Vj .;fq@nbBC|x+nFW|Q' );
define( 'SECURE_AUTH_SALT', 'su8%!v+P%e K`]L_nP%HyeQvRx0~+*>)pzUSXhlWk4s7%l(4dtyb?A< 0R~4KOpa' );
define( 'LOGGED_IN_SALT', 'D^[GGkgeM2zPDNx|iqV]MUjX?mx6DRM&3*j>cnhRg{Mf6]{Gm(xJO9?=>EL]@_?F' );
define( 'NONCE_SALT', 'oR^G@~eJHj99)i<yp%ijJ8u HbS#mX#a#TH%(@0*+|Bf5$($Kg?_b-xAUmhqxI 5' );
define( 'WP_CACHE_KEY_SALT', '58<d6hzFl$.8!rK9WEC~gChI>^>me<7B3Mp.lnAjx>.D_(d5v9Stsb>%BhTSY1bt' );
/**#@-*/
/**
* 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 = 'tl_';
/* Add any custom values between this line and the "stop editing" line. */
// Force HTTPS + correct host even if we hit it pre-DNS via Host header
define('WP_HOME', 'https://cms.throughline-demo.dcsuniverse.com');
define('WP_SITEURL', 'https://cms.throughline-demo.dcsuniverse.com');
define('FORCE_SSL_ADMIN', true);
// Security hardening
define('DISALLOW_FILE_EDIT', true);
define('DISALLOW_FILE_MODS', false); // allow plugin updates from admin
define('WP_AUTO_UPDATE_CORE', 'minor');
// Disable WP-Cron (system cron will hit wp-cron.php every 60s)
define('DISABLE_WP_CRON', true);
// Throughline integration secrets (populate in Phase 3)
// define('WP_WEBHOOK_SECRET', '');
// define('WP_WEBHOOK_SECRET_PREVIOUS', '');
// define('WP_WEBHOOK_URL', 'https://throughline-demo.dcsuniverse.com/api/revalidate');
// define('WP_JWT_SECRET', '');
// define('WP_JWT_SECRET_PREVIOUS', '');
// define('WP_NEXTJS_ORIGIN', 'https://throughline-demo.dcsuniverse.com');
// define('WP_SENTRY_DSN', '');
// define('WP_WEBHOOK_SLACK_URL', '');
/**
* 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/
*/
if ( ! defined( 'WP_DEBUG' ) ) {
define( 'WP_DEBUG', false );
}
define( 'WP_MEMORY_LIMIT', '256M' );
define( 'WP_MAX_MEMORY_LIMIT', '512M' );
define( 'WP_NEXTJS_ORIGIN', 'https://throughline-demo.dcsuniverse.com' );
define( 'WP_WEBHOOK_SECRET', 'd5b6d8f3d7ff596c36966eb7118e2bb5a6fa3277faf77616a32fd1d7d213f7ad' );
define( 'WP_JWT_SECRET', '4f77d42d81a0bb124f5d5b5f2ff074c527f91c396fa8513dd7917eb8cc9e72ba' );
define( 'WP_WEBHOOK_URL', 'https://throughline-demo.dcsuniverse.com/api/revalidate' );
/* 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';