This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -62,6 +62,3 @@ Thumbs.db
|
|||||||
|
|
||||||
# Log files
|
# Log files
|
||||||
*.log
|
*.log
|
||||||
|
|
||||||
# Local configuration
|
|
||||||
config.json
|
|
11
.test-docker/config.json
Normal file
11
.test-docker/config.json
Normal 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
13
.test/config.json
Normal 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
|
||||||
|
}
|
||||||
|
}
|
Reference in New Issue
Block a user