adjusts default origin block

This commit is contained in:
nai-degen 2023-06-13 21:18:31 -05:00
parent 3a2a6e96fd
commit c0ac69df27
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@ export const config: Config = {
undefined
),
queueMode: getEnvWithDefault("QUEUE_MODE", "fair"),
blockedOrigins: getEnvWithDefault("BLOCKED_ORIGINS", undefined),
blockedOrigins: getEnvWithDefault("BLOCKED_ORIGINS", "janitorai"),
blockMessage: getEnvWithDefault(
"BLOCK_MESSAGE",
"You must be over the age of majority in your country to use this service."