test: Add 3 and update 5 files
All checks were successful
Build-Test-Publish / build (linux/amd64) (push) Successful in 49s
Build-Test-Publish / build (linux/arm64) (push) Successful in 1m7s
Build-Test-Publish / create-manifest (push) Successful in 16s

This commit is contained in:
Your Name
2025-08-10 15:55:36 +12:00
parent 2d790466ed
commit 1fed086348
8 changed files with 157 additions and 7 deletions

View 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
}
}