pages: some fixups
This commit is contained in:
parent
68aa9c0e13
commit
295811411e
7 changed files with 64 additions and 39 deletions
|
|
@ -10,6 +10,7 @@ type Config struct {
|
|||
NetlifyAuthToken string `env:"NETLIFY_AUTH_TOKEN"`
|
||||
DataDir string `env:"DATA_DIR"`
|
||||
EncryptedCookieKey string `env:"ENCRYPTED_COOKIE_KEY"`
|
||||
BaseURL string `env:"BASE_URL,default=http://localhost:3000/"`
|
||||
|
||||
DataStagingDir string `env:"DATA_STAGING_DIR,default=staging"`
|
||||
DataScratchDir string `env:"DATA_SCRATCH_DIR,default=scratch"`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue