diff options
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 |