This commit is contained in:
Joey Kimsey
2024-12-02 18:53:48 -05:00
parent 3eec88c228
commit b1b0da0c08
20 changed files with 939 additions and 195 deletions

View File

@ -133,5 +133,14 @@ if ( ! defined( 'CONFIG_DIRECTORY' ) ) {
define( 'DEFAULT_SESSION_PREFIX', 'TP_' );
// Token
define( 'DEFAULT_TOKEN_NAME', 'TP_SESSION_TOKEN' );
# Bugsnag
define( 'BUGSNAG_API_KEY', '88045bdc058de51139ac1a47dcd5694b' );
// define( 'BUGSNAG_API_KEY', 'cb94acd2a46160589b37cbaad0c61047' );
# Recaptcha
# Google Analytics
# Tell the app; all constants have been loaded
define( 'TEMPUS_PROJECT_CONSTANTS_LOADED', true );