github.com/abolfazlbeh/zhycan@v0.0.0-20230819144214-24cf38237387/configs/dev/base.json (about)

     1  {
     2    "name": "zhycan",
     3    "config_must_watched": true,
     4    "config_remote_addr": "0.0.0.0:7777",
     5    "config_remote_infra": "grpc",
     6    "config_remote_duration": 300,
     7    "modules": [
     8      {"name":"logger", "type": "local"},
     9      {"name":"db", "type": "local"},
    10      {"name":"http", "type": "local"}
    11    ]
    12  }