123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- database:
-
- dialect: mysql
-
- host: 127.0.0.1
-
- port: 3306
-
- db: project_management
-
- userName: root
-
- password: 123456
-
- otherParams: charset=utf8mb4&parseTime=True&loc=Local
-
- maxIdleConn: 20
-
- maxOpenConn: 200
-
- connMaxLifetime: 60
- jwt:
- secret: "xxxxx"
- refresh_expire: 168
- Issuer: "lc_oauth"
- server:
-
- mode: debug
-
- insecureServingInfo:
-
- port: ":9999"
- subMail:
- appid: "97173"
- signature: "f639a60e41ee0554921d89884f5ff87e"
- redis:
- addr: "192.168.0.100:6379"
- password: ""
- db: 0
- nats:
- NatsServer_Url: "nats://127.0.0.0:4222"
- swag:
-
- enable: "NAME_OF_ENV_VARIABLE"
|