15 lines
223 B
TOML
15 lines
223 B
TOML
[Db]
|
|
DbIp = "127.0.0.1"
|
|
DbPort = "5432"
|
|
DbName = "test"
|
|
DbUser = "postgres"
|
|
DbPassword = "postgres"
|
|
DbAutoMigrate = true
|
|
|
|
[Listen]
|
|
HttpIp = "127.0.0.1"
|
|
HttpPort = "8090"
|
|
|
|
[Template]
|
|
BaseTemplateName = "templates/base.html"
|