We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bb3dd0 commit d06d3e2Copy full SHA for d06d3e2
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM ubuntu:latest
+FROM openjdk:8-jdk-alpine
2
3
MAINTAINER Jadon Fowler <jadonflower@gmail.com>
4
conf/application.conf.template
@@ -163,9 +163,9 @@ slick.dbs.default {
163
driver = "org.postgresql.Driver"
164
url = "jdbc:postgresql://localhost/ore"
165
url = ${?JDBC_DATABASE_URL}
166
- user = "spongeauth"
+ user = "root"
167
user = ${?JDBC_DATABASE_USERNAME}
168
- password = "spongeauth"
+ password = ""
169
password = ${?JDBC_DATABASE_PASSWORD}
170
}
171
@@ -265,4 +265,4 @@ filters {
265
block-all-mixed-content = []
266
267
268
-}
+}
0 commit comments