Dockerfile and example config
All checks were successful
Datadog Secrets Scanning / Datadog Static Analyzer (push) Successful in 10s
Datadog Software Composition Analysis / Datadog SBOM Generation and Upload (push) Successful in 15s
Datadog Static Analysis / Datadog Static Analyzer (push) Successful in 20s
Release / build (release) Successful in 1m40s
All checks were successful
Datadog Secrets Scanning / Datadog Static Analyzer (push) Successful in 10s
Datadog Software Composition Analysis / Datadog SBOM Generation and Upload (push) Successful in 15s
Datadog Static Analysis / Datadog Static Analyzer (push) Successful in 20s
Release / build (release) Successful in 1m40s
This commit is contained in:
13
config.toml.example
Normal file
13
config.toml.example
Normal file
@ -0,0 +1,13 @@
|
||||
[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
|
Reference in New Issue
Block a user