11 lines
207 B
PHP
11 lines
207 B
PHP
<?php
|
|
|
|
// define constant for merging all configurations
|
|
define('SC_MERGECONFIG', true);
|
|
|
|
// define constantc for loading .env files
|
|
define('SC_LOADDOTENV', true);
|
|
|
|
|
|
// default config schema
|
|
$appConfig = []; |