test: Add 3 and update 5 files
This commit is contained in:
19
testing/sos_config.json.example
Normal file
19
testing/sos_config.json.example
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"write_tokens": [
|
||||
"REPLACE_WITH_SECURE_TOKEN_1",
|
||||
"REPLACE_WITH_SECURE_TOKEN_2",
|
||||
"REPLACE_WITH_SECURE_TOKEN_3"
|
||||
],
|
||||
"rate_limiting": {
|
||||
"auth_rate_limit": 5,
|
||||
"auth_window_seconds": 300
|
||||
},
|
||||
"port": 7703,
|
||||
"host": "127.0.0.1",
|
||||
"cors": {
|
||||
"allowed_origins": ["https://yourdomain.com"],
|
||||
"allowed_methods": ["GET", "POST", "PUT", "DELETE", "OPTIONS"],
|
||||
"allowed_headers": ["Content-Type", "Authorization"],
|
||||
"allow_credentials": false
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user