Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions resources/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
dataProvider: yaml

#For MySQL:
#dataProviderSettings:
#Add # before "dataProv…" if your using mysql and replace others after that with spaces
dataProviderSettings: []
# host: "127.0.0.1"
# port: 3306
# user: "user"
# password: "password"
# database: "databaseName"
dataProviderSettings: []

#If enabled, existing logged-in accounts won't be kicked if a new player joins with the same name
forceSingleSession: true
Expand All @@ -31,4 +31,4 @@ disableLogin: false

#Number of seconds to wait for a player to be authenticated. If false, disables the timeout
#TODO
authenticateTimeout: 120
authenticateTimeout: 120