Skip to content

Commit

Permalink
fix: Update default API_BASE_URL env variable value
Browse files Browse the repository at this point in the history
  • Loading branch information
otomir23 authored Jun 5, 2024
1 parent e6cc447 commit c6c3e0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/env.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export const env = createEnv({
BOT_TOKEN: z.string(),
INLINE_FIX_CHAT_ID: z.coerce.number().int(),
API_BASE_URL: z.string()
.default("https://co.wuk.sh/api")
.default("https://api.cobalt.tools/api")
.transform(s => s.split(";"))
.pipe(z.array(z.string().url())),
SELECT_TYPE_PHOTO_URL: z.string().url().default("https://i.otomir23.me/buckets/cobold/download.png"),
Expand Down

0 comments on commit c6c3e0e

Please sign in to comment.