Fix lowercase ctid (#977)

Fix #963
This commit is contained in:
cyan317
2023-11-07 16:10:12 +00:00
committed by GitHub
parent 0597a9d685
commit b016c1d7ba
5 changed files with 55 additions and 7 deletions

View File

@@ -66,7 +66,7 @@
// Max number of requests to queue up before rejecting further requests.
// Defaults to 0, which disables the limit.
"max_queue_size": 500,
// If request contains header with authorization, Clio will check if it matches this value's sha256 hash
// If request contains header with authorization, Clio will check if it matches the prefix 'Password ' + this value's sha256 hash
// If matches, the request will be considered as admin request
"admin_password": "xrp",
// If local_admin is true, Clio will consider requests come from 127.0.0.1 as admin requests