fix the placeholder values in "root_url" cannot be resolved using values from environment variables, and do not allow placeholders in other options

This commit is contained in:
MaysWind
2026-01-19 00:29:08 +08:00
parent c9b894fdbe
commit 50b4c96a99
2 changed files with 22 additions and 10 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ http_port = 8080
# The domain name used to access ezBookkeeping
domain = localhost
# The full url used to access ezBookkeeping in browser
# The full url used to access ezBookkeeping in browser, supports placeholders: %(protocol)s, %(domain)s, %(http_port)s
root_url = %(protocol)s://%(domain)s:%(http_port)s/
# https certification and its key file