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.
19 lines
266 B
19 lines
266 B
server:
|
|
port: "8080"
|
|
mode: "debug"
|
|
|
|
database:
|
|
driver: "mysql"
|
|
host: "localhost"
|
|
port: "3306"
|
|
username: "root"
|
|
password: "root"
|
|
database: "task_track"
|
|
charset: "utf8mb4"
|
|
|
|
jwt:
|
|
secret: "task-track-jwt-secret-key"
|
|
expire: 24
|
|
|
|
log:
|
|
level: "info"
|
|
|