config.json 160 B

1234567891011
  1. {
  2. "db": {
  3. "db_path": "server_db"
  4. },
  5. "distributors": {
  6. "Lox": "127.0.0.1:8002"
  7. },
  8. "port": 8003,
  9. "require_bridge_token": false
  10. }