Jesús Pérez 0aeaa33d9a
Some checks failed
CI/CD Pipeline / Test Suite (push) Has been cancelled
CI/CD Pipeline / Security Audit (push) Has been cancelled
CI/CD Pipeline / Build Docker Image (push) Has been cancelled
CI/CD Pipeline / Deploy to Staging (push) Has been cancelled
CI/CD Pipeline / Deploy to Production (push) Has been cancelled
CI/CD Pipeline / Performance Benchmarks (push) Has been cancelled
CI/CD Pipeline / Cleanup (push) Has been cancelled
chore: update gitignore and fix content
2026-02-08 20:09:38 +00:00

25 lines
440 B
TOML

# 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"