Spaces:
Sleeping
Sleeping
Update app.js
Browse files
app.js
CHANGED
|
@@ -18,7 +18,8 @@ const app = express();
|
|
| 18 |
|
| 19 |
const {
|
| 20 |
FIREBASE_CREDENTIALS,
|
| 21 |
-
|
|
|
|
| 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 |
|