feat: Update project structure and configuration files
This commit is contained in:
25
backend/config.yh.toml
Normal file
25
backend/config.yh.toml
Normal file
@@ -0,0 +1,25 @@
|
||||
[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
|
||||
Reference in New Issue
Block a user