Possible to use different default.json for debug/release

0
0

Is it possible to use a different default.json in Debug\Release without changing it manual for each Release?

While developing on our local machines we want to turn off ssl and turn on debug, in Release we want to turn on ssl and turn off debug without changing the default.json by hand each time.

 

Best regards

Corvin Meyer auf der Heide

 

 

  • You must to post comments
0
0

You can have several application .json files. The name of the json is the name of the app in the url. Basically  you can have multiple sub-applications (or entry points) within the same project.

If the “url” and the entry points (startup or mainWindow) in the json are unchanged, you can have multiple json files pointing to the same app.

More to the point: copy your Default.json to Debug.json and edit the settings that you want to have different. Then you can launch the debug version by adding /debug to the url.

  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.