db-lab1/config-Windows.json

9 lines
221 B
JSON
Raw Normal View History

{
"port": 8080,
"thread-num": 2,
"conn-num": 4,
2021-10-18 15:14:01 +08:00
"conn-str": "postgresql://[username]:[password]@[url]:[port]/[db]",
"static_root": "../../templates/statics",
2021-10-22 12:14:12 +08:00
"template_root": "../../templates",
"log-dir": "./log"
}