Files
simple-object-server/.test/config.json
Your Name a8faec7f77
Some checks failed
Build-Test-Publish / Build (push) Failing after 24s
:-'Generic Commit'
2025-05-30 19:40:17 +12:00

14 lines
247 B
JSON

{
"write_tokens": [
"fizzle1",
"fizzle2",
"fizzle3"
],
"port": 8123,
"object_store_path": "/tmp/temp-test-path",
"rate_limiting": {
"auth_rate_limit": 5,
"auth_window_seconds": 2
}
}