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.
|
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" |
|
issuer: "gofaster" |
|
expire: 24 # 24小时 |
|
|
|
log: |
|
level: "debug" |
|
path: "./logs/app.log" |