From a9c1760df684c8b09ac203c27dffe1312cdbee03 Mon Sep 17 00:00:00 2001 From: Walker Crouse Date: Wed, 15 Feb 2017 16:23:14 -0500 Subject: [PATCH] whoops Signed-off-by: Walker Crouse --- build.sbt | 2 +- conf/application.conf.template | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 63dcd3a0f..0d7c61b1d 100755 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ name := "ore" -version := "1.2.3" +version := "1.2.4" lazy val `ore` = (project in file(".")).enablePlugins(PlayScala) diff --git a/conf/application.conf.template b/conf/application.conf.template index 483cce338..772930b3e 100755 --- a/conf/application.conf.template +++ b/conf/application.conf.template @@ -36,7 +36,6 @@ security { requirePgp = true keyChangeCooldown = 259200000 unsafeDownload.maxAge = 600000 # 10 minutes - caching = true api { url = "http://localhost:8000" @@ -63,6 +62,7 @@ ore { debug-level = 3 # Used in /admin/seed route. Run "gradle build" in OreTestPlugin before using that route test-plugin = "OreTestPlugin/build/libs/ore-test-plugin-dev-SNAPSHOT.jar" + caching = true channels { max-name-len = 15