Procházet zdrojové kódy

enable https and debug switch.

master
sp před 4 roky
rodič
revize
b9e51e25cd
1 změnil soubory, kde provedl 3 přidání a 0 odebrání
  1. +3
    -0
      config.go

+ 3
- 0
config.go Zobrazit soubor

@@ -15,7 +15,10 @@ type configStaticHtml struct {
type configuration struct {
Host string
Port string
TlsCert string
TlsKey string
Static []configStaticHtml
Debug bool
Session struct {
Guest bool
Year int //how many years

Načítá se…
Zrušit
Uložit