GoWeb/env_example.json

18 lines
362 B
JSON
Raw Normal View History

{
"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": {
2024-07-02 02:19:48 +00:00
"BaseTemplateName": "app/frontend/templates/base.html",
"ContentPath": "app/frontend/templates"
}
}