19 lines
530 B
JSON
19 lines
530 B
JSON
{
|
|
"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
|
|
}
|
|
} |