|
|
@ -3,7 +3,12 @@ |
|
|
/* |
|
|
/* |
|
|
* Set the base url of your application, to generate correct urls in background process. |
|
|
* Set the base url of your application, to generate correct urls in background process. |
|
|
*/ |
|
|
*/ |
|
|
"baseUrl": "http://localhost:5000" |
|
|
"baseUrl": "http://localhost:5000", |
|
|
|
|
|
|
|
|
|
|
|
/* |
|
|
|
|
|
* Set it to true to redirect the user from http to https permanently. |
|
|
|
|
|
*/ |
|
|
|
|
|
"enforceHttps": false |
|
|
}, |
|
|
}, |
|
|
|
|
|
|
|
|
"ui": { |
|
|
"ui": { |
|
|
|