You can define different environments with different settings.
{ "app" : { "environment" : "dev" ... }, "environments" : { "dev" : { "pathToServerRoot" : ".", "pathToStaticRoot" : ".", "pathToThemeRoot" : "./theme", "options" : { "myoption" : "123" } }, "production" : { "pathToServerRoot" : "http://mydomain.com/api", "pathToStaticRoot" : ".", "pathToThemeRoot" : "./theme", "options" : { "myoption" : "456" } } } ... }
© 2013 - 2023 PKSoftware.de