Rename pdwebconf to fnx_web.toml

This commit is contained in:
2025-09-24 18:12:59 +02:00
parent fd5cd0bfd1
commit f4b518edb7

2
web.go
View File

@@ -47,7 +47,7 @@ func Init(r *httprouter.Router, prefix string, setLogLevel bool) {
var _, err = config.New(
DefaultConfig,
"",
"pdwebconf.toml",
"fnx_web.toml",
&conf,
true,
)