소스 검색

Add missing closing double-quote on PreviewsHost

master
Matt Baer 2 년 전
부모
커밋
c4a1fd3b70
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      config.go

+ 1
- 1
config.go 파일 보기

@@ -22,7 +22,7 @@ type config struct {

AutoApprove bool `env:"key=AUTO_APPROVE default=false"`
AllowPublish bool `env:"key=ALLOW_PUBLISH default=true"`
PreviewsHost string `env:"key=PREVIEWS_HOST`
PreviewsHost string `env:"key=PREVIEWS_HOST"`
AdminPass string `env:"key=ADMIN_PASS default=uhoh"`
BrowseItems int `env:"key=BROWSE_ITEMS default=10"`



불러오는 중...
취소
저장