mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 08:58:35 +00:00
revert comment
This commit is contained in:
parent
39c2ad1542
commit
10d4269a06
1 changed files with 1 additions and 1 deletions
|
|
@ -90,7 +90,7 @@ App::setMode(App::getEnv('_APP_ENV', App::MODE_TYPE_PRODUCTION));
|
|||
/*
|
||||
* ENV vars
|
||||
*/
|
||||
// Config::load('events', __DIR__.'/config/events.php');
|
||||
Config::load('events', __DIR__.'/config/events.php');
|
||||
Config::load('auth', __DIR__.'/config/auth.php');
|
||||
Config::load('providers', __DIR__.'/config/providers.php');
|
||||
Config::load('platforms', __DIR__.'/config/platforms.php');
|
||||
|
|
|
|||
Loading…
Reference in a new issue