Set cookie security using useHttps config option

This commit is contained in:
Zed
2019-08-19 03:02:34 +02:00
parent 5f2127fb52
commit c2413ccfdd
3 changed files with 4 additions and 2 deletions

View File

@@ -167,6 +167,7 @@ type
Config* = ref object
address*: string
port*: int
useHttps*: bool
title*: string
staticDir*: string
cacheDir*: string