You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 29, 2023. It is now read-only.
// This file is required because the core config class
// uses it to load your params and environments variables
// The entries defined by default here is required
// You can add any entry you want in the ["params"] section
//Warning: This file may normally be ignored by git (listed in .gitignore file) but to allow you to edit it, it's left here, so in real project don't forget to remove it
// This is loaded dev environment
return [
"env" => "prod",
"enableLog" => true,
"baseurl" => "http://localhost:9000",
"params" => [
"maintenance" => true,
"maintenance_msg" => "We are now working on the site. Please see you later"