fix variable name in previous commit

This commit is contained in:
Martin Raifer
2023-02-25 12:19:27 +01:00
parent 243c7fdba3
commit 574cba9ed9
+1 -1
View File
@@ -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;