-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathceramic-config.json
More file actions
37 lines (37 loc) · 860 Bytes
/
ceramic-config.json
File metadata and controls
37 lines (37 loc) · 860 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"anchor": {
"anchor-service-url": "https://cas-qa.3boxlabs.com",
"ethereum-rpc-url": "https://sepolia.infura.io/v3/b6685df41e1647c4be0046dfa62a020b",
"auth-method": "did"
},
"http-api": {
"cors-allowed-origins": [".*"],
"admin-dids": [
"did:key:z6MksWv1PBRXFap3vqQ1jrkZHSwZ4SC95KZEGCrzq4SELm2D#z6MksWv1PBRXFap3vqQ1jrkZHSwZ4SC95KZEGCrzq4SELm2D"
]
},
"ipfs": {
"mode": "bundled"
},
"logger": {
"log-level": 0,
"log-to-files": true
},
"metrics": {
"metrics-exporter-enabled": false,
"metrics-port": 9090
},
"network": {
"name": "dev-unstable"
},
"node": {
"private-seed-url": "inplace:ed25519#bypasswithenvvar"
},
"state-store": {
"mode": "fs",
"local-directory": "~/.ceramic/statestore/"
},
"indexing": {
"allow-queries-before-historical-sync": true
}
}