diff --git a/.gitignore b/.gitignore index 2ca5939..8614b0e 100644 --- a/.gitignore +++ b/.gitignore @@ -62,6 +62,3 @@ Thumbs.db # Log files *.log - -# Local configuration -config.json \ No newline at end of file diff --git a/.test-docker/config.json b/.test-docker/config.json new file mode 100644 index 0000000..8a2730b --- /dev/null +++ b/.test-docker/config.json @@ -0,0 +1,11 @@ +{ + "write_tokens": [ + "fizzle1", + "fizzle2", + "fizzle3" + ], + "rate_limiting": { + "auth_rate_limit": 5, + "auth_window_seconds": 2 + } +} diff --git a/.test/config.json b/.test/config.json new file mode 100644 index 0000000..733029f --- /dev/null +++ b/.test/config.json @@ -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 + } +}