Commit 2da3d688f9a2be1037638701672315280ef7a3d1

Authored by Adhidarma Hadiwinoto
1 parent d12c49bfb7
Exists in master

sample config file

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

... ... @@ -0,0 +1,9 @@
  1 +{
  2 + "origin": "PLEASE_CHANGE_ME",
  3 + "username": "PLEASE_CHANGE_ME",
  4 + "password": "PLEASE_CHANGE_ME",
  5 + "warming_up_ms": 1000,
  6 + "messaging_url": "http://localhost:32979/",
  7 + "listen_port": 32989,
  8 + "ping_interval_ms": 60000
  9 +}