Explorar el Código

Add missing closing double-quote on PreviewsHost

master
Matt Baer hace 2 años
padre
commit
c4a1fd3b70
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      config.go

+ 1
- 1
config.go Ver fichero

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



Cargando…
Cancelar
Guardar