Skip to content

Commit

Permalink
Add hostname env var
Browse files Browse the repository at this point in the history
  • Loading branch information
paustint committed Dec 22, 2024
1 parent bda65f2 commit 93d7721
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libs/api-config/src/lib/env-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ const envSchema = z.object({
*/
GEO_IP_API_USERNAME: z.string().nullish(),
GEO_IP_API_PASSWORD: z.string().nullish(),
GEO_IP_API_HOSTNAME: z.string().nullish(),
});

const parseResults = envSchema.safeParse({
Expand Down

0 comments on commit 93d7721

Please sign in to comment.