26 lines
325 B
TOML
26 lines
325 B
TOML
[App]
|
|
Mode = "development"
|
|
BaseURI = "baseURI"
|
|
Storage = "/Users/rogee/Projects/self/quyun/fixtures"
|
|
|
|
[Http]
|
|
Port = 8088
|
|
|
|
[Database]
|
|
Host = "localhost"
|
|
Database = "postgres"
|
|
Password = "xixi0202"
|
|
|
|
[JWT]
|
|
ExpiresTime = "168h"
|
|
SigningKey = "Key"
|
|
|
|
[HashIDs]
|
|
Salt = "Salt"
|
|
|
|
[Redis]
|
|
Host = ""
|
|
Port = 6379
|
|
Password = "hello"
|
|
DB = 0
|