feat: added flexible configuration system using figment

This commit is contained in:
Jef Roosens 2025-03-08 22:07:57 +01:00
parent f16cdfdfff
commit f9ffc21a3f
Signed by: Jef Roosens
GPG key ID: 21FD3D77D56BAF49
11 changed files with 227 additions and 74 deletions

3
otter.toml Normal file
View file

@ -0,0 +1,3 @@
data_dir = "./data"
domain = "127.0.0.1"
port = 8080