Commit 9ec307988a2b45dddc5362123cc26f0806d47564
1 parent
f39a63644f
Exists in
master
and in
1 other branch
Sample of config file
Showing 1 changed file with 14 additions and 0 deletions Side-by-side Diff
config.sample.json
... | ... | @@ -0,0 +1,14 @@ |
1 | +{ | |
2 | + "name": "HTTPGETX", | |
3 | + | |
4 | + "# core_url": "Silahkan diisi dengan core url, bisa dikosongkan jika ingin membaca dari main config komodo", | |
5 | + "core_url": "", | |
6 | + | |
7 | + "listener": { | |
8 | + "partner": { | |
9 | + "port": 25614 | |
10 | + } | |
11 | + }, | |
12 | + | |
13 | + "cluster": 0 | |
14 | +} | |
0 | 15 | \ No newline at end of file |