db-lab1/config-ubuntu.json

9 lines
207 B
JSON

{
"port": 8080,
"thread-num": 2,
"conn-num": 4,
"conn-str": "postgresql://[username]:[password]@[url]:[port]/[db]",
"static_root": "../../../templates/statics",
"template_root": "../../../templates"
}