소스 검색

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

Loading…
취소
저장