Pepguy commited on
Commit
fd68981
·
verified ·
1 Parent(s): b0dcdad

Update app.js

Browse files
Files changed (1) hide show
  1. app.js +2 -1
app.js CHANGED
@@ -18,7 +18,8 @@ const app = express();
18
 
19
  const {
20
  FIREBASE_CREDENTIALS,
21
- PAYSTACK_SECRET,
 
22
  PORT = 3000,
23
  } = process.env;
24
 
 
18
 
19
  const {
20
  FIREBASE_CREDENTIALS,
21
+ PAYSTACK_DEMO_SECRET,
22
+ PAYSTACK_LIVE_SECRET,
23
  PORT = 3000,
24
  } = process.env;
25