25 lines
440 B
TOML
Raw Normal View History

# Application Configuration for jpl-website
[app]
name = "jpl-website"
version = "0.1.0"
description = "A Rustelo basic implementation"
author = "{{project_author}}"
[runtime]
# Runtime configuration
tokio_threads = 4
blocking_threads = 512
[logging]
# Logging configuration
level = "info"
format = "json"
target = "stdout"
[paths]
# Path configuration
static_files = "public"
templates = "templates"
uploads = "uploads"
cache = "cache"