budget-go/config.ini
2024-09-25 11:21:23 +02:00

20 lines
349 B
INI

[server]
port = 1324
address = "0.0.0.0"
base_url = "http://10.0.0.2:1324"
[security]
secret = "e93865c991358ff7a14f9781fa33ba4f28c33bb8d1cf3490ce6fd68521513536"
[collabora]
url = "https://loolwsd.deblan.org"
[file]
path = "./_data/"
[log]
; level = "debug"
level = "warn"
[database]
dsn = "root:root@tcp(127.0.0.1:3306)/budget?parseTime=true"