uawdijnntqw1x1x1
IP : 216.73.216.46
Hostname : toronto-dev2
Kernel : Linux toronto-dev2 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64
Disable Function : None :)
OS : Linux
PATH:
/
srv
/
users
/
craft4
/
apps
/
craft4-newsite-space
/
public
/
f7c78
/
..
/
..
/
config
/
app.php
/
/
<?php /** * Yii Application Config * * Edit this file at your own risk! * * The array returned by this file will get merged with * vendor/craftcms/cms/src/config/app.php and app.[web|console].php, when * Craft's bootstrap script is defining the configuration for the entire * application. * * You can define custom modules and system components, and even override the * built-in system components. * * If you want to modify the application config for *only* web requests or * *only* console requests, create an app.web.php or app.console.php file in * your config/ folder, alongside this one. */ use craft\helpers\App; return [ 'id' => App::env('CRAFT_APP_ID') ?: 'CraftCMS', 'modules' => [ 'my-module' => \modules\Module::class, ], 'bootstrap' => ['my-module'], ];
/srv/users/craft4/apps/craft4-newsite-space/public/f7c78/../../config/app.php