diff --git a/config/envs.mjs b/config/envs.mjs index 4de13ed1b..d70969849 100644 --- a/config/envs.mjs +++ b/config/envs.mjs @@ -2,7 +2,7 @@ import dotenv from 'dotenv'; dotenv.config(); const envs = { - ID_PRESETS_CDN_URL: JSON.stringify(process.env.ID_PRESETS_CDN_URL || null) + ENV__ID_PRESETS_CDN_URL: JSON.stringify(process.env.ID_PRESETS_CDN_URL || null) } export default envs;