Files
hastebin-ansi/config.yaml

26 lines
368 B
YAML
Raw Permalink Normal View History

host: "0.0.0.0"
port: 7777
key_length: 10
max_length: 4000000
static_max_age: 3
expiration: 0
recompress_static_assets: false
key_generator: "phonetic"
storage:
type: "file"
file_path: "./test"
documents:
2025-03-16 13:32:49 +03:00
- key: "about"
2025-03-17 10:23:28 +03:00
path: "/app/about.md"
2025-03-16 18:22:38 +03:00
rate_limiting:
enable: true
limit: 500
window: 15
logging:
level: "info"
type: "text"
colorize: true