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