Skip to content

Commit

Permalink
Merge pull request #14 from HimbeersaftLP/master
Browse files Browse the repository at this point in the history
Fix MySQL username
  • Loading branch information
CortexPE committed Aug 20, 2019
2 parents 37eec86 + d5b34d4 commit 574bdbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/config.yml
Expand Up @@ -19,7 +19,7 @@ dataSource:
# These settings will only apply when you chose mysql as dataSource type
mysql:
host: "localhost"
user: "hierarchy"
username: "hierarchy"
password: "youShallNotPass"
database: "hierarchy"
schema: "hierarchy"
Expand Down

0 comments on commit 574bdbe

Please sign in to comment.