Skip to content

Commit

Permalink
used relative paths for configurable data folders to allow the defaul…
Browse files Browse the repository at this point in the history
…t configuration to work on any environment
  • Loading branch information
PeterWarren committed Mar 11, 2019
1 parent 32fb271 commit 5688915
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@ HELP.md
/.nb-gradle/
activemq-data/
NVCLAnalyticalServices.log
cache/
6 changes: 3 additions & 3 deletions config/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ sysadmin.email=cg-admin@csiro.au
# webapp.url is the externally resolvable url of the NVCLAnalyticalServices
webapp.url=http://aus-analytical.arrc.csiro.au:8080/NVCLAnalyticalServices/
# data.path is the local path to store the TSG calculation result.
data.path=c:\\NVCLAnalytics\\data\\
sparkey.dataPath=c:\\NVCLAnalytics\\data\\NVCLAnalyticalServices.spi
data.path=./results/
sparkey.dataPath=./sparkeydata/NVCLAnalyticalServices.spi
# portal.url is the Auscope-portal url for constructing the url of analyticalJob visualization result.
portal.url=http://au-portal-dev.it.csiro.au/gmap.html
# msgTimetoLiveDays is the number of days data files will remain in cache before being cleaned up.
Expand All @@ -30,7 +30,7 @@ spring.activemq.broker-url=vm://embedded
# spring.activemq.broker-url=tcp://localhost:61616

# path to store cached data downloads
dataCachePath = C:\\AnalyticsCache\\
dataCachePath = ./cache/

server.port = 8080

Expand Down

0 comments on commit 5688915

Please sign in to comment.