commit
c275e76c57
@ -16,11 +16,6 @@ sessionLogin:
|
|||||||
# And try to login with an another IP Address?
|
# And try to login with an another IP Address?
|
||||||
sessionExpireOnIpChange: true
|
sessionExpireOnIpChange: true
|
||||||
|
|
||||||
performance:
|
|
||||||
# HIGHLY recommended to use this! This will increase database performance
|
|
||||||
# Default is true, change it to false if you experience issues
|
|
||||||
useMultiThreading: true
|
|
||||||
|
|
||||||
security:
|
security:
|
||||||
# Should players in the OP list have every permissions?
|
# Should players in the OP list have every permissions?
|
||||||
opPermissions: true
|
opPermissions: true
|
||||||
|
|||||||
@ -30,6 +30,7 @@ redis:
|
|||||||
columnNames:
|
columnNames:
|
||||||
idColumn: id
|
idColumn: id
|
||||||
nameColumn: username
|
nameColumn: username
|
||||||
|
realNameColumn: realname
|
||||||
passwordColumn: password
|
passwordColumn: password
|
||||||
ipColumn: ip
|
ipColumn: ip
|
||||||
emailColumn: email
|
emailColumn: email
|
||||||
|
|||||||
@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
- Build status (Travis): [](https://travis-ci.org/Xephi/AuthMeReloaded)
|
- Build status (Travis): [](https://travis-ci.org/Xephi/AuthMeReloaded)
|
||||||
|
|
||||||
- Build status (CircleCI): [CircleCI project Page](https://travis-ci.org/Xephi/AuthMeReloaded)
|
- Build status (CircleCI): [CircleCI project Page](https://circleci.com/gh/xephi/AuthMeReloaded)
|
||||||
|
|
||||||
- Build Server (<strong>DEVELOPMENT BUILDS</strong>): <a href="http://ci.xephi.fr">Xephi's Jenkins</a>
|
- Build Server (<strong>DEVELOPMENT BUILDS</strong>): <a href="http://ci.xephi.fr">Xephi's Jenkins</a>
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user