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.
25 lines
389 B
25 lines
389 B
[app] |
|
port = 7000 |
|
aesTokenKey = "9Nz3Y6DES3msAFndz4QsJAECUIFkf+KKaRa+jRnNALk=" |
|
ignoreUrls = [ |
|
"/api/svc/auth/login", |
|
"/api/svc/auth/verify", |
|
] |
|
|
|
[etcd] |
|
endpoints = ["124.222.131.236:3279"] |
|
username = "root" |
|
password = "sopod@etcd" |
|
|
|
[redis] |
|
Addr = "124.222.131.236:3379" |
|
Password = "sopod@redis#" |
|
DB = 1 |
|
MinIdleConns = 3 |
|
|
|
[gorm] |
|
logMode=true |
|
|
|
[prometheus] |
|
enable = false |
|
port = 7039
|
|
|