Skip to content

Commit

Permalink
[ICIJ/datashare#360] adds configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
bamthomas committed Mar 9, 2020
1 parent 2012065 commit b184f73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion windows/datashareLight.ps1
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
cd $Env:APPDATA\Datashare # needed for /app and /dist

java -cp "dist;\Program Files\Datashare-5.8.21\Datashare-5.8.21.jar" -DPROD_MODE=true org.icij.datashare.Main -d $Env:APPDATA\Datashare\data\ --queueType memory --busType memory --dataSourceUrl jdbc:sqlite:file:$Env:APPDATA\Datashare\dist\datashare.db --mode EMBEDDED --elasticsearchDataPath $Env:APPDATA\Datashare\es\
java -cp "dist;\Program Files\Datashare-5.8.21\Datashare-5.8.21.jar" -DPROD_MODE=true org.icij.datashare.Main -d $Env:APPDATA\Datashare\data\ --queueType memory --busType memory --dataSourceUrl jdbc:sqlite:file:$Env:APPDATA\Datashare\dist\datashare.db --configFile $Env:APPDATA\Datashare\dist\datashare.conf --mode EMBEDDED --elasticsearchDataPath $Env:APPDATA\Datashare\es\

0 comments on commit b184f73

Please sign in to comment.