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:
pschord 2020-01-10 11:13:37 -05:00 committed by Fate-JH
parent ae768e1e42
commit d08911d07c
29 changed files with 1757 additions and 225 deletions

View file

@ -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>