From d06d3e2750bbaacf158aab9f0813dfc702062ed1 Mon Sep 17 00:00:00 2001 From: Jadon Fowler Date: Mon, 5 Mar 2018 13:16:57 -0800 Subject: [PATCH] Reset Ore password & Change Docker Image Signed-off-by: Jadon Fowler --- Dockerfile | 2 +- conf/application.conf.template | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index ae0e6eaa5..a41939c64 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:latest +FROM openjdk:8-jdk-alpine MAINTAINER Jadon Fowler diff --git a/conf/application.conf.template b/conf/application.conf.template index 2ca7109f8..30fdd698e 100755 --- a/conf/application.conf.template +++ b/conf/application.conf.template @@ -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} } } @@ -265,4 +265,4 @@ filters { block-all-mixed-content = [] } } -} \ No newline at end of file +}