Commit 21de4d66f10f672075570bd8edfbaba0fb25a7e1
1 parent
41496a8163
Exists in
master
Sample of ascending_mutation and ascending_deposit
Showing 1 changed file with 2 additions and 0 deletions Inline Diff
config.sample.json
1 | { | 1 | { |
2 | "listener": { | 2 | "listener": { |
3 | "http": { | 3 | "http": { |
4 | "port": 32979 | 4 | "port": 32979 |
5 | } | 5 | } |
6 | }, | 6 | }, |
7 | "ip_whitelist": [ | 7 | "ip_whitelist": [ |
8 | "127.0.0.1", | 8 | "127.0.0.1", |
9 | "::ffff:127.0.0.1", | 9 | "::ffff:127.0.0.1", |
10 | "::1" | 10 | "::1" |
11 | ], | 11 | ], |
12 | "ascending_deposit": false, | ||
13 | "ascending_mutation": false, | ||
12 | "blacklist_help_for_origins": [], | 14 | "blacklist_help_for_origins": [], |
13 | "blacklist_help_for_origin_transports": [] | 15 | "blacklist_help_for_origin_transports": [] |
14 | } | 16 | } |