diff --git a/server/src/config/config.go b/server/src/config/config.go index 2eee3e2..7cfd849 100644 --- a/server/src/config/config.go +++ b/server/src/config/config.go @@ -25,9 +25,9 @@ var ( CookieSecret = mustGetenv("COOKIE_SECRET", "some-fake-secret", true) CsrfAuthKey = mustGetenv("CSRF_AUTH_KEY", "", true) - TemplatesDirectory = mustGetenv("TEMPLATES_DIRECTORY", "./templates", true) - StaticDirectory = mustGetenv("STATIC_DIRECTORY", "./static", true) - DistDirectory = mustGetenv("DIST_DIRECTORY", "./dist", true) + TemplatesDirectory = mustGetenv("TEMPLATES_DIRECTORY", "./templates", false) + StaticDirectory = mustGetenv("STATIC_DIRECTORY", "./static", false) + DistDirectory = mustGetenv("DIST_DIRECTORY", "./dist", false) // Path to Google API oauth client_secrets.json file, with // access to the following scope: