Skip to content

Commit

Permalink
Config Update
Browse files Browse the repository at this point in the history
Removed apostrophes from config.yml.

It was perfectly valid (and conventional), but Bukkit's yaml writer
overrides them with any saveConfig(), anyways. Just cutting out the
middleman.
  • Loading branch information
FerusGrim committed May 2, 2014
1 parent 054df2c commit b84b586
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/main/resources/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ DebugMessages: false
SaveQueries: true
KickRemove: true
AlwaysLookup: false
Focus: 'file'
Focus: file
LogUsage:
Add: false
Remove: false
Expand All @@ -20,11 +20,11 @@ Notify:
Console: false
Player: true
MySQL:
host: 'localhost'
host: localhost
port: 3306
database: 'grimlist'
username: 'root'
password: 'toor'
database: 'grimlist
username: root
password: toor
Url:
link: 'http://localhost/playerdata.yml'
link: http://localhost/playerdata.yml
update-interval: 120

0 comments on commit b84b586

Please sign in to comment.