Universeorange.com/Docs/
To set up development mode, or switch to staging or production mode use the following command in the terminal:
<name>
configure environment toggle
Where <name>
is the named binary which is introduced in the installation section.
To change this manually open: project_dir\Data\Config.json
{
"framework" : {
"environment": "development"
}
}
environment can be "development", "staging" or "production".
Last modified: 2021-06-07
© 2021 universeorange.com