You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

33 lines
427 B

2 months ago
Global:
Source: "config(local)"
ChangeMe: "v1"
JWT:
signingKey: "signingKey"
Etcd:
Address: "localhost"
Port: 2379
Server:
Name: "DouTokCommentServer"
Address: "127.0.0.1"
Port: 8089
Client:
Echo: true
Foo: "bar"
Servers:
- "127.0.0.1"
- "192.168.1.1"
Otel:
Host: "82.156.171.8"
Port: 4317
MySQL:
host: "127.0.0.1"
port: 3306
database: "DBName"
username: "USER"
password: "PWD"