2022-10-20 16:57:41 +00:00
|
|
|
{
|
|
|
|
"Db": {
|
|
|
|
"DbIp": "127.0.0.1",
|
|
|
|
"DbPort": "5432",
|
|
|
|
"DbName": "database",
|
|
|
|
"DbUser": "user",
|
2023-02-14 05:28:36 +00:00
|
|
|
"DbPassword": "password",
|
2023-02-14 14:31:13 +00:00
|
|
|
"DbAutoMigrate": true
|
2022-10-20 16:57:41 +00:00
|
|
|
},
|
|
|
|
"Listen": {
|
|
|
|
"HttpIp": "127.0.0.1",
|
|
|
|
"HttpPort": "8090"
|
|
|
|
},
|
|
|
|
"Template": {
|
2024-07-10 22:45:04 +00:00
|
|
|
"BaseTemplateName": "internal/frontend/templates/base.html",
|
|
|
|
"ContentPath": "internal/frontend/templates"
|
2022-10-20 16:57:41 +00:00
|
|
|
}
|
|
|
|
}
|