Skip to content

Commit

Permalink
use system properties for db user/pass
Browse files Browse the repository at this point in the history
  • Loading branch information
gdoenlen committed Nov 7, 2021
1 parent 9af5d66 commit ab9b85e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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}

0 comments on commit ab9b85e

Please sign in to comment.