25 lines
267 B
Smarty
Executable File
25 lines
267 B
Smarty
Executable File
[App]
|
|
Mode = "development"
|
|
BaseURI = "baseURI"
|
|
|
|
[Http]
|
|
Port = 8080
|
|
|
|
[Database]
|
|
Host = "10.1.1.1"
|
|
Database = "postgres"
|
|
Password = "hello"
|
|
|
|
|
|
[JWT]
|
|
ExpiresTime = "168h"
|
|
SigningKey = "Key"
|
|
|
|
[HashIDs]
|
|
Salt = "Salt"
|
|
|
|
[Redis]
|
|
Host = ""
|
|
Port = 6379
|
|
Password = "hello"
|
|
DB = 0 |