mirror of
https://github.com/immich-app/immich
synced 2026-08-15 13:03:57 +00:00
chore: quiet down dotenv (#26245)
This commit is contained in:
parent
d2682f160e
commit
19ef196150
2 changed files with 2 additions and 2 deletions
|
|
@ -2,7 +2,7 @@ import adapter from '@sveltejs/adapter-static';
|
|||
import { vitePreprocess } from '@sveltejs/vite-plugin-svelte';
|
||||
import dotenv from 'dotenv';
|
||||
|
||||
dotenv.config();
|
||||
dotenv.config({ quiet: true });
|
||||
|
||||
process.env.PUBLIC_IMMICH_BUY_HOST = process.env.PUBLIC_IMMICH_BUY_HOST || 'https://buy.immich.app';
|
||||
process.env.PUBLIC_IMMICH_PAY_HOST = process.env.PUBLIC_IMMICH_PAY_HOST || 'https://pay.futo.org';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue