-
Notifications
You must be signed in to change notification settings - Fork 4
SuperAuth Settings.yml
TheProgramSrc edited this page Sep 21, 2020
·
2 revisions
Prefix: '&9SuperAuth»&r'
Language: en_US
UpdateChecker: true
MySQL:
Enabled: false
Host: sql.example.com
Port: '3306'
DataBase: superauth
UserName: superauth
Password: 6LFG9gUx
UseSSL: false
This is a example Settings.yml File, here you have the paths explained:
-
Prefix
: This is the prefix of some messages sent by the plugin -
Language
: The current language of the plugin -
UpdateChecker
: If enabled it will check for the new updates, only at the start of the server -
MySQL
: This section contains all the MySQL Settings and Credentials -
MySQL.Enabled
: If true the plugin will try to connect to the specified MySQL server and DataBase. If it's disabled the plugin will create a new local SQLite DataBase -
MySQL.Host
: The host of the MySQL server -
MySQL.Port
: The port of the MySQL server -
MySQL.DataBase
: The name of the SuperAuth DataBase -
MySQL.UserName
: The username of the MySQL Server -
MySQL.Password
: The password of the MySQL Server User -
MySQL.UseSSL
: If it's true the plugin will try to connect using SSL, if false, the plugin won't connect using SSL