Add hostname configuration option
This commit is contained in:
@@ -13,6 +13,7 @@ export const Config = Schema.Struct({
|
||||
Schema.String,
|
||||
Schema.optional,
|
||||
),
|
||||
HOSTNAME: Schema.String,
|
||||
NODE_ENV: pipe(
|
||||
Schema.Literal("development", "production"),
|
||||
Schema.optionalWith({ default: constant("development" as const) }),
|
||||
|
||||
Reference in New Issue
Block a user