:-'Generic Commit'
Some checks failed
Build-Test-Publish / Build (push) Failing after 24s

This commit is contained in:
Your Name
2025-05-30 19:40:17 +12:00
parent ce3a0455a3
commit a8faec7f77
3 changed files with 24 additions and 3 deletions

3
.gitignore vendored
View File

@@ -62,6 +62,3 @@ Thumbs.db
# Log files
*.log
# Local configuration
config.json

11
.test-docker/config.json Normal file
View File

@@ -0,0 +1,11 @@
{
"write_tokens": [
"fizzle1",
"fizzle2",
"fizzle3"
],
"rate_limiting": {
"auth_rate_limit": 5,
"auth_window_seconds": 2
}
}

13
.test/config.json Normal file
View File

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