Improve worldserver documentation on DB setup

This commit is contained in:
pschord 2020-01-12 11:33:04 -05:00 committed by GitHub
parent 58b45a85a9
commit 1492309bfb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -51,8 +51,8 @@ SSL = Prefer
# Database (string) # Database (string)
# Description: The database name to use on the SQL server. # Description: The database name to use on the SQL server.
# Important: Make sure your username has been granted SELECT and INSERT access to # Important: Make sure your username has been GRANTed ALL PRIVILEGES to the database.
# the database. # See the setup documentation for instructions on achieving this.
# Default: "psforever" # Default: "psforever"
Database = "psforever" Database = "psforever"