GoWeb/env_example.json
2024-07-10 17:45:04 -05:00

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"
}
}