osuthailand / Ragnarok

/web/ and bancho emulator
GNU Affero General Public License v3.0
1 stars 0 forks source link

use dynaconf for config #20

Closed jeenyuhs closed 8 months ago

jeenyuhs commented 8 months ago

18

Instead of using a python dictionary and calling values like config["server"], we now use TOML and dynaconf so values can be called like config.server instead.