ソースを参照

enable https and debug switch.

master
sp 4年前
コミット
b9e51e25cd
1個のファイルの変更3行の追加0行の削除
  1. +3
    -0
      config.go

+ 3
- 0
config.go ファイルの表示

@@ -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

読み込み中…
キャンセル
保存