github.com/pavlo67/common@v0.5.3/common/config/test/cfg_test.json5 (about)

     1  {
     2      mysql: {
     3          notebook: {
     4              Host: "localhost",
     5              Port: "3306",
     6              User: "root",
     7              Pass: "",
     8              Database: "notebook_go",
     9          },
    10      },
    11  
    12      test1: 1,
    13      test2: "test2",
    14      debug: true,
    15  }
    16