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

     1  {
     2    "name": "<name_of_the_project>",
     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":"watcher", "type": "local"},
     9      {"name":"logger", "type": "local"},
    10      {"name":"db", "type": "local"},
    11      {"name":"server", "type": "remote"},
    12      {"name":"http", "type": "local"}
    13    ]
    14  }