18 lines
372 B
JSON
18 lines
372 B
JSON
{
|
|
"Db": {
|
|
"DbIp": "127.0.0.1",
|
|
"DbPort": "5432",
|
|
"DbName": "database",
|
|
"DbUser": "user",
|
|
"DbPassword": "password",
|
|
"DbAutoMigrate": true
|
|
},
|
|
"Listen": {
|
|
"HttpIp": "127.0.0.1",
|
|
"HttpPort": "8090"
|
|
},
|
|
"Template": {
|
|
"BaseTemplateName": "internal/frontend/templates/base.html",
|
|
"ContentPath": "internal/frontend/templates"
|
|
}
|
|
} |