foldsite/config.toml
Tanishq Dubey c6f36d0408
All checks were successful
Datadog Software Composition Analysis / Datadog SBOM Generation and Upload (push) Successful in 16s
Datadog Secrets Scanning / Datadog Static Analyzer (push) Successful in 14s
Datadog Static Analysis / Datadog Static Analyzer (push) Successful in 24s
uhhh lots of things
2025-03-08 11:18:14 -05:00

14 lines
357 B
TOML

[paths]
content_dir = "/home/dubey/projects/foldsite/example/content"
templates_dir = "/home/dubey/projects/foldsite/example/templates"
styles_dir = "/home/dubey/projects/foldsite/example/styles"
[server]
listen_address = "0.0.0.0"
listen_port = 8080
enable_admin_browser = false
admin_password = "password"
max_threads = 4
debug = false
access_log = true