github.com/abolfazlbeh/zhycan@v0.0.0-20230819144214-24cf38237387/cmd/cmd_main/commands/templates/base.config.gotmpl (about)

     1  {
     2    "name": "{{.ProjectName}}",
     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    ]
    10  }