feat: init repo
This commit is contained in:
27
templates/project/config.toml.tpl
Executable file
27
templates/project/config.toml.tpl
Executable file
@@ -0,0 +1,27 @@
|
||||
[App]
|
||||
Mode = "development"
|
||||
BaseURI = "baseURI"
|
||||
|
||||
[Http]
|
||||
Port = 8080
|
||||
|
||||
[Swagger]
|
||||
BaseRoute = "doc"
|
||||
Title = "Api"
|
||||
Description = "Api Docs"
|
||||
BasePath = "/v1"
|
||||
Version = "1.0.0"
|
||||
|
||||
|
||||
[Database]
|
||||
Host = "10.1.1.1"
|
||||
Database = "postgres"
|
||||
Password = "hello"
|
||||
|
||||
|
||||
[JWT]
|
||||
ExpiresTime = "168h"
|
||||
SigningKey = "Key"
|
||||
|
||||
[HashIDs]
|
||||
Salt = "Salt"
|
||||
Reference in New Issue
Block a user