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.
24 lines
287 B
24 lines
287 B
1 month ago
|
db:
|
||
|
host: localhost
|
||
|
port: "5432"
|
||
|
user: postgres
|
||
|
password: post1024
|
||
|
name: gofaster
|
||
|
|
||
|
|
||
|
server:
|
||
|
port: "8080"
|
||
|
|
||
|
redis:
|
||
|
host: localhost
|
||
|
port: "6379"
|
||
|
password: ""
|
||
|
db: 0
|
||
|
|
||
|
jwt:
|
||
|
secret: "your-secret-key"
|
||
|
expire: 24 # 24小时
|
||
|
|
||
|
log:
|
||
|
level: "debug"
|
||
|
path: "./logs/app.log"
|