mirror of
https://github.com/AuthMe/AuthMeReloaded.git
synced 2025-01-22 23:51:33 +01:00
Updated prototype
This commit is contained in:
parent
67bca01552
commit
ebe9a78cb5
@ -17,9 +17,6 @@ sessionLogin:
|
||||
sessionExpireOnIpChange: true
|
||||
|
||||
security:
|
||||
# Should players in the OP list have every permissions?
|
||||
opPermissions: true
|
||||
|
||||
# Online players aren't kicked out for "Logged in from another location!", this option should always be set to true!
|
||||
forceSingleSession: true
|
||||
# Should we display all other accounts from a player when he joins?
|
||||
|
@ -1,7 +1,6 @@
|
||||
# Database AuthMeReloaded configuration file
|
||||
|
||||
# What type of database do you want to use? Avariable options: sqlite, mysql, redis
|
||||
# (The old flatfile backend is now deprecated, if you set this option to 'file' the 'file to SQLite' converter will be executed!)
|
||||
backend: sqlite
|
||||
# Do you like to cache all the queries? (Performance Boost)
|
||||
caching: true
|
||||
@ -12,6 +11,7 @@ databaseName: authme
|
||||
tableName: authme
|
||||
|
||||
# MySql Database connection settings
|
||||
# Avariable only if the AuthMeReloaded-Mysql module is installed!
|
||||
mysql:
|
||||
port: '3306'
|
||||
host: 127.0.0.1
|
||||
@ -19,6 +19,7 @@ mysql:
|
||||
password: '12345'
|
||||
|
||||
# Redis Database connection settings
|
||||
# Avariable only if the AuthMeReloaded-Redis module is installed!
|
||||
redis:
|
||||
# Get Redis from http://redis.io/
|
||||
host: 127.0.0.1
|
||||
|
@ -67,8 +67,6 @@ password:
|
||||
# When it's true, registration require that kind of command:
|
||||
# /register <password> <confirmPassword>
|
||||
doublePasswordCheck: true
|
||||
# Should players can use their usernames as passwords?
|
||||
allowNameAsPassword: false
|
||||
# Deny unsafe passwords for being used, put them on lowercase!
|
||||
unsafePasswords:
|
||||
- '123456'
|
||||
|
Loading…
Reference in New Issue
Block a user