feat: add event provider
This commit is contained in:
@@ -5,14 +5,6 @@ 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"
|
||||
@@ -25,3 +17,9 @@ SigningKey = "Key"
|
||||
|
||||
[HashIDs]
|
||||
Salt = "Salt"
|
||||
|
||||
[Redis]
|
||||
Host = ""
|
||||
Port = 6379
|
||||
Password = "hello"
|
||||
DB = 0
|
||||
Reference in New Issue
Block a user