mirror of
https://github.com/Blockchain-Powered-eSIM/eSIM-Wallet.git
synced 2026-05-04 03:01:21 -04:00
7 lines
114 B
JavaScript
7 lines
114 B
JavaScript
require('dotenv').config();
|
|
module.exports = {
|
|
env: {
|
|
eSIM_GO_API_KEY: process.env.eSIM_GO_API_KEY,
|
|
},
|
|
};
|