mirror of
https://github.com/AuthMe/AuthMeReloaded.git
synced 2024-11-09 04:02:10 +01:00
commit
c275e76c57
@ -16,11 +16,6 @@ sessionLogin:
|
||||
# And try to login with an another IP Address?
|
||||
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:
|
||||
# Should players in the OP list have every permissions?
|
||||
opPermissions: true
|
||||
|
@ -30,6 +30,7 @@ redis:
|
||||
columnNames:
|
||||
idColumn: id
|
||||
nameColumn: username
|
||||
realNameColumn: realname
|
||||
passwordColumn: password
|
||||
ipColumn: ip
|
||||
emailColumn: email
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
- Build status (Travis): [![Build Status](https://travis-ci.org/Xephi/AuthMeReloaded.svg?branch=master)](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>
|
||||
|
||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user