mirror of
https://github.com/psforever/PSF-LoginServer.git
synced 2026-04-27 15:25:30 +00:00
Account and Character Database and Config Improvements (#317)
* Create Account/DB abstraction * Fix crash when removing boomers from deconstructed player * Extend config to include database and worldserver info * Improve ConfigParser tests * Add database setup documentation * Add xTriad to THANKS file ** * Increase bcrypt rounds and fix readme link
This commit is contained in:
parent
ae768e1e42
commit
d08911d07c
29 changed files with 1757 additions and 225 deletions
|
|
@ -36,4 +36,7 @@
|
|||
<appender-ref ref="FILE-TRACE" />
|
||||
<appender-ref ref="FILE-DEBUG" />
|
||||
</root>
|
||||
|
||||
<!-- Logger specific overrides -->
|
||||
<logger name="com.github.mauricio.async" level="OFF"/>
|
||||
</configuration>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue