Skip to content

Commit

Permalink
f: DASH_WALLET_SALT (node-env)
Browse files Browse the repository at this point in the history
  • Loading branch information
coolaj86 committed Jul 14, 2024
1 parent 5f5a76a commit c0be256
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node-env.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict';

let DotEnv = window.ENV || require('dotenv');
let DotEnv = require('dotenv');
if (DotEnv.config) {
void DotEnv.config({ path: '.env' });
void DotEnv.config({ path: '.env.secret' });
Expand Down

0 comments on commit c0be256

Please sign in to comment.