mirror of
https://github.com/psforever/PSF-LoginServer.git
synced 2026-01-19 18:44:45 +00:00
Improve worldserver documentation on DB setup
This commit is contained in:
parent
58b45a85a9
commit
1492309bfb
|
|
@ -51,8 +51,8 @@ SSL = Prefer
|
|||
|
||||
# Database (string)
|
||||
# Description: The database name to use on the SQL server.
|
||||
# Important: Make sure your username has been granted SELECT and INSERT access to
|
||||
# the database.
|
||||
# Important: Make sure your username has been GRANTed ALL PRIVILEGES to the database.
|
||||
# See the setup documentation for instructions on achieving this.
|
||||
# Default: "psforever"
|
||||
|
||||
Database = "psforever"
|
||||
|
|
|
|||
Loading…
Reference in a new issue