Files
quyun/backend/config.yh.toml
2025-04-07 15:15:51 +08:00

33 lines
500 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
[Ali]
AccessKeyId = "LTAI5t86SjiP9zRd3q2w7jQN"
AccessKeySecret = "hV7spvJuWh8w0EEIXj8NFi2uBlF4aS"
Bucket ="rogee-test"
Region ="cn-beijing"
CallbackURL = "https://localhost"