Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- storage-method: MySQL
- # The following block defines the settings for remote database storage methods.
- #
- # - You don't need to touch any of the settings here if you're using a local storage method!
- # - The connection detail options are shared between all remote storage types.
- data:
- # Define the address and port for the database.
- # - The standard DB engine port is used by default
- # (MySQL: 3306, PostgreSQL: 5432, MongoDB: 27017)
- # - Specify as "host:port" if differs
- address: 127.0.0.1:3306
- # The name of the database to store LuckPerms data in.
- # - This must be created already. Don't worry about this setting if you're using MongoDB.
- database: s15_Luckperms
- # Credentials for the database.
- username: u15_FPg4AT9dge
- password: 'D.rnI!zDI!L7xCpNt1d6FS9X'
- # These settings apply to the MySQL connection pool.
- # - The default values will be suitable for the majority of users.
- # - Do not change these settings unless you know what you're doing!
Advertisement
Add Comment
Please, Sign In to add comment