Skip to content

Commit

Permalink
Reset Ore password & Change Docker Image
Browse files Browse the repository at this point in the history
Signed-off-by: Jadon Fowler <[email protected]>
  • Loading branch information
phase committed Mar 5, 2018
1 parent 5bb3dd0 commit d06d3e2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:latest
FROM openjdk:8-jdk-alpine

MAINTAINER Jadon Fowler <[email protected]>

Expand Down
6 changes: 3 additions & 3 deletions conf/application.conf.template
Original file line number Diff line number Diff line change
Expand Up @@ -163,9 +163,9 @@ slick.dbs.default {
driver = "org.postgresql.Driver"
url = "jdbc:postgresql://localhost/ore"
url = ${?JDBC_DATABASE_URL}
user = "spongeauth"
user = "root"
user = ${?JDBC_DATABASE_USERNAME}
password = "spongeauth"
password = ""
password = ${?JDBC_DATABASE_PASSWORD}
}
}
Expand Down Expand Up @@ -265,4 +265,4 @@ filters {
block-all-mixed-content = []
}
}
}
}

0 comments on commit d06d3e2

Please sign in to comment.