Files
perfdb/pdb-ui/src/main/resources/application.properties
Andreas Huber 47e32bb6b1 remove response caching
Turn out, that caching on the client side does not play well when new
data is loaded into the system.
2018-05-10 17:52:13 +02:00

8 lines
145 B
INI

base.dir=${java.io.tmpdir}/pdb
db.base=${base.dir}/db
path.tmp=${base.dir}/tmp
path.output=${base.dir}/out
logging.config=classpath:log4j2.xml