add backend tpl
This commit is contained in:
23
backend/config.toml
Executable file
23
backend/config.toml
Executable file
@@ -0,0 +1,23 @@
|
||||
[Http]
|
||||
Port = 9800
|
||||
|
||||
[App]
|
||||
Mode = "development"
|
||||
|
||||
[SQLite]
|
||||
File = "sqlite.db"
|
||||
|
||||
|
||||
[MySQL]
|
||||
Host = "localhost"
|
||||
Port = 3306
|
||||
Database = "test"
|
||||
Username = "root"
|
||||
Password = "admin"
|
||||
|
||||
[Swagger]
|
||||
BaseRoute = "doc"
|
||||
Title = "Api"
|
||||
Description = "Api Docs"
|
||||
BasePath= "/v1"
|
||||
Version = "1.0.0"
|
||||
Reference in New Issue
Block a user