diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index bb2f162..10070f5 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -4,5 +4,5 @@ ebean.migration.run=true ebean.search.packages=com.github.sfxd.trust.core datasource.db.url=jdbc:h2:file:./db/trust-bot datasource.db.driver=org.h2.Driver -datasource.db.username=sa -datasource.db.password= +datasource.db.username=${db-username} +datasource.db.password=${db-password}