github.com/e154/smart-home@v0.17.2-0.20240311175135-e530a6e5cd45/tests/data/config.json (about)

     1  {
     2    "alexa_host": "0.0.0.0",
     3    "alexa_port": 3002,
     4    "mobile_host": "0.0.0.0",
     5    "mobile_port": 3001,
     6    "pg_user": "smart_home",
     7    "pg_pass": "smart_home",
     8    "pg_host": "127.0.0.1",
     9    "pg_name": "smart_home_test",
    10    "pg_port": "5432",
    11    "pg_debug": false,
    12    "pg_max_idle_conns": 10,
    13    "pg_max_open_conns": 50,
    14    "pg_conn_max_life_time": 30,
    15    "auto_migrate": true,
    16    "snapshot_dir": "snapshots",
    17    "mode": "release",
    18    "mqtt_port": 1883,
    19    "mqtt_retry_interval": 20,
    20    "mqtt_retry_check_interval": 20,
    21    "mqtt_session_expiry_interval": 0,
    22    "mqtt_session_expire_check_interval": 0,
    23    "mqtt_queue_qos0_messages": true,
    24    "mqtt_max_inflight": 32,
    25    "mqtt_max_await_rel": 100,
    26    "mqtt_max_msg_queue": 1000,
    27    "mqtt_deliver_mode": 1,
    28    "logging": true,
    29    "colored_logging": false,
    30    "api_http_port": 3001,
    31    "api_swagger": true,
    32    "api_debug": true,
    33    "domain": "localhost",
    34    "pprof": true,
    35    "https": false
    36  }