Autoconfiguration before bootstrap.
This patch delays the application bootstrap until we've tried to load and inject parameters saved in an external configuration file. If that file isn't there, the application will fall back to its own sane defaults, however this will give us an opportunity to more gracefully configure the webclient for each install. Example: Client and API are not on the same host. Change-Id: I1d0ce573dd05faa1efb325871ad5c30f08529205
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
License for the specific language governing permissions and limitations
|
||||
under the License.
|
||||
-->
|
||||
<html id="ng-app" ng-app="storyboard">
|
||||
<html id="ng-app">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="description" content="">
|
||||
|
||||
Reference in New Issue
Block a user