| /apiv1 | /apiv1 | ||||
| /uploads/ |
| TlsKey string | TlsKey string | ||||
| Static []configStaticHtml | Static []configStaticHtml | ||||
| Debug bool | Debug bool | ||||
| Uploads string | |||||
| Session struct { //TODO: figure what is this intended for | Session struct { //TODO: figure what is this intended for | ||||
| Guest bool | Guest bool | ||||
| Year int //how many years | Year int //how many years |
| "TlsCert": "/home/sp/go/src/fullchain.pem", | "TlsCert": "/home/sp/go/src/fullchain.pem", | ||||
| "TlsKey": "/home/sp/go/src/privkey.pem", | "TlsKey": "/home/sp/go/src/privkey.pem", | ||||
| "Debug": true, | "Debug": true, | ||||
| "Uploads": "./uploads/", | |||||
| "Static": [ | "Static": [ | ||||
| { | { | ||||
| "Dir": "./html/", | "Dir": "./html/", |