Commit 30bf7f5244f8210e5926a4acaaa1952935768577

Authored by Adhidarma Hadiwinoto
1 parent 8910bfe437
Exists in master

Sample config

Showing 1 changed file with 12 additions and 0 deletions Side-by-side Diff

... ... @@ -0,0 +1,12 @@
  1 +{
  2 + "listener": {
  3 + "http": {
  4 + "port": 32979
  5 + }
  6 + },
  7 + "ip_whitelist": [
  8 + "127.0.0.1",
  9 + "::ffff:127.0.0.1",
  10 + "::1"
  11 + ]
  12 +}
0 13 \ No newline at end of file