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
/
..
/
config
/
general.php
/
/
<?php /** * General Configuration * * All of your system's general configuration settings go in here. You can see a * list of the available settings in vendor/craftcms/cms/src/config/GeneralConfig.php. * * @see \craft\config\GeneralConfig */ use craft\helpers\App; $isDev = App::env('CRAFT_ENVIRONMENT') === 'dev'; $isProd = App::env('CRAFT_ENVIRONMENT') === 'production'; return [ // Default Week Start Day (0 = Sunday, 1 = Monday...) 'defaultWeekStartDay' => 1, // Whether generated URLs should omit "index.php" 'omitScriptNameInUrls' => true, // Whether Dev Mode should be enabled (see https://craftcms.com/guides/what-dev-mode-does) 'devMode' => $isDev, // Whether administrative changes should be allowed 'allowAdminChanges' => $isDev, // Whether crawlers should be allowed to index pages and following links 'disallowRobots' => !$isProd, ];
/srv/users/craft4/apps/craft4-newsite-space/public/../config/general.php