Skip to content

Commit b55a891

Browse files
committed
feat: rarime config
1 parent 5090710 commit b55a891

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

script/docker-compose-production.yml

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ services:
3333
CORS_ORIGIN_LIST: "http://localhost:9000,http://127.0.0.1:9000,http://172.19.0.1:9000,http://192.168.1.22:9000"
3434
PEPPERS: "fmgXvsChQsx9fAlq0DPiVg=="
3535
NODE_ENV: "production"
36+
VERIFICATOR_SVC_BASE_URL: "http://verificator-svc:8000"
3637
expose:
3738
- "8080"
3839
restart: unless-stopped

script/rarimo/config/config.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ verifier:
2222
verification_key_path: "./proof_keys/passport.json"
2323
allowed_identity_timestamp: 1715698750
2424
event_id: "event_id"
25+
multiproof: true
26+
preserve_user_id_case: true
2527

2628
signature_verification:
2729
pub_key: "04e29323ad356ab524fa5dbe3e490244e741b4d445ac7d2ee5f321556b3fda616bb9d2f2216fc27e099ab3019103cca872679e130629b2b90ea16cedb2b2136371"

0 commit comments

Comments
 (0)