diff --git a/client/src/services/environment.mjs b/client/src/services/environment.mjs index 5a39e1c..9a79bc6 100644 --- a/client/src/services/environment.mjs +++ b/client/src/services/environment.mjs @@ -4,7 +4,7 @@ import { fileURLToPath } from 'url'; import { dirname } from 'path'; import { execSync } from "child_process"; -dotenv.config(); +dotenv.config({path: ['.env','.env.local'], debug: false, quiet: true}); export const environment = { config: process.env.CONFIG || 'config.json',