[node] implement everything...

This commit is contained in:
lare 2022-12-21 21:21:57 +01:00
parent 1fda3c11a4
commit 99809e1139
9 changed files with 527 additions and 12 deletions

View file

@ -21,7 +21,7 @@
"port": 8042,
"domain": "example.org", // domain to use for kioubit verification service (with protocol)
"base-dir": "/", //optional:directury for which it is reachable (if behind some sort of reverse proxy) default "/"
"peerings": "/path/to/peering-config.json", // optional; default "$PWD/peerings", directory to save existing peerings to
"peerings": "/path/to/peerings.json", // optional; default "$PWD/peerings.json", file to save existing peerings to
"production": true, //optional, default true;
"debug-mode": false, // optional; whethet to enable debugging; default false
"flask-secret-key": "<secret-please-replace>", // secret key for session cookies