forked from DA0-DA0/dao-dao-indexer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json.example
47 lines (47 loc) · 1.1 KB
/
config.json.example
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
38
39
40
41
42
43
44
45
46
47
{
"home": "~/.juno/indexer",
"rpc": "https://juno-testnet-rpc.polkachu.com",
"bech32Prefix": "juno",
"redis": {
"host": "127.0.0.1",
"password": ""
},
"db": {
"data": {
"dialect": "postgres",
"host": "localhost",
"database": "data_db",
"username": "user"
},
"accounts": {
"dialect": "postgres",
"host": "localhost",
"database": "accounts_db",
"username": "user"
}
},
"meilisearch": {
"host": "http://localhost:7700",
"apiKey": "masterKey"
},
"codeIds": {
"cw20-stake": [155],
"dao-core": [163],
"dao-proposal-multiple": [170],
"dao-proposal-single": [171],
"dao-voting-cw20-staked": [172],
"dao-voting-cw4": [173],
"dao-voting-cw721-staked": [174],
"dao-voting-native-staked": [175],
"cw4-group": [178],
"polytone-note": [],
"polytone-voice": [],
"valence-account": []
},
"daoDaoBase": "https://testnet.daodao.zone",
"discordNotifierApiKey": "key",
"inboxSecret": "secret",
"notifierSecret": "secret",
"websocketsSecret": "secret",
"accountsJwtSecret": "secret"
}