server: address: ":8000" openapiPath: "/api.json" swaggerPath: "/swagger" logger: level : "all" stdout: true path: "logs" # GRPC Server. grpc: address: "" name: "demo" logPath: "" logStdout: true errorStack: true errorLogEnabled: true errorLogPattern: "error-{Ymd}.log" accessLogEnabled: true accessLogPattern: "access-{Ymd}.log" # Database. database: logger: level: "all" stdout: true default: link: "mysql:root:12345678@tcp(127.0.0.1:3306)/test" debug: true plugin: path: "./plugins"