mirror of
https://github.com/status-im/proxy-common.git
synced 2026-08-27 18:41:06 +00:00
14 lines
278 B
JSON
14 lines
278 B
JSON
{
|
|
"algorithm": "argon2id",
|
|
"jwt_secret": "your-local-dev-secret-change-in-production",
|
|
"puzzle_difficulty": 1,
|
|
"requests_per_token": 100,
|
|
"token_expiry_minutes": 10,
|
|
"argon2_params": {
|
|
"memory_kb": 16384,
|
|
"time": 4,
|
|
"threads": 4,
|
|
"key_len": 32
|
|
}
|
|
}
|