diff options
author | 2018-08-22 19:01:04 +0000 | |
---|---|---|
committer | 2018-08-22 19:01:04 +0000 | |
commit | 6646c3ddaeab83b3b2af27e73d728977fd3cf05b (patch) | |
tree | 365b836703248d9628a7c5b94fe241bc42f63b2f /sparky/appconfig/application-fe-prod.properties | |
parent | f05ec03672d7367520cd9a67a675364c4d19b1d3 (diff) | |
parent | dc507d873105b7d6ef7539552304f00f744057df (diff) |
Merge "Spring-boot config upgrade"
Diffstat (limited to 'sparky/appconfig/application-fe-prod.properties')
-rw-r--r-- | sparky/appconfig/application-fe-prod.properties | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sparky/appconfig/application-fe-prod.properties b/sparky/appconfig/application-fe-prod.properties new file mode 100644 index 0000000..608c829 --- /dev/null +++ b/sparky/appconfig/application-fe-prod.properties @@ -0,0 +1,7 @@ +
+server.servlet.context-path=/services/aai/webapp/
+
+#
+# attempt to externalize ui JS classes + resources
+#
+spring.resources.static-locations=file:${APP_HOME}/static/
\ No newline at end of file |