Browse Source

Add missing closing double-quote on PreviewsHost

master
Matt Baer 2 years ago
parent
commit
c4a1fd3b70
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      config.go

+ 1
- 1
config.go View File

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



Loading…
Cancel
Save