Files
quyun/config.toml
2025-03-22 17:02:06 +08:00

26 lines
329 B
TOML

[App]
Mode = "development"
BaseURI = "baseURI"
StoragePath = "/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