Skip to content

Commit

Permalink
whoops
Browse files Browse the repository at this point in the history
Signed-off-by: Walker Crouse <walkercrouse@hotmail.com>
  • Loading branch information
windy1 committed Feb 15, 2017
1 parent a9ddb9f commit a9c1760
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name := "ore"

version := "1.2.3"
version := "1.2.4"

lazy val `ore` = (project in file(".")).enablePlugins(PlayScala)

Expand Down
2 changes: 1 addition & 1 deletion conf/application.conf.template
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ security {
requirePgp = true
keyChangeCooldown = 259200000
unsafeDownload.maxAge = 600000 # 10 minutes
caching = true

api {
url = "http://localhost:8000"
Expand All @@ -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
Expand Down

0 comments on commit a9c1760

Please sign in to comment.