Skip to content

Commit

Permalink
adjust cache/authorkey properties to don't spam local dev folder
Browse files Browse the repository at this point in the history
  • Loading branch information
eschleb committed Dec 5, 2024
1 parent 72609c9 commit 90d59a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/default-test-magnolia.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ magnolia.clusterid=test-01
magnolia.password.manager.key.location=${magnolia.home}/password-manager-key
magnolia.upload.tmpdir=${magnolia.home}/upload-tmp-dir
magnolia.bootstrap.dir=WEB-INF/bootstrap/author WEB-INF/bootstrap/common
magnolia.cache.startdir=cacheDir
magnolia.author.key.location=authorKey
magnolia.cache.startdir=${magnolia.home}/cacheDir
magnolia.author.key.location=${magnolia.home}/authorKey

jaas.config=classpath:/config/current-jaas.config

0 comments on commit 90d59a9

Please sign in to comment.