@portive/client
Version:
Client to connect to and use Portive's cloud services for open source components
11 lines (10 loc) • 385 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.env = void 0;
const get_env_1 = require("@thesunny/get-env");
exports.env = (0, get_env_1.getStaticEnv)({
ENV_NAME: process.env.ENV_NAME,
API_ORIGIN_URL: process.env.API_ORIGIN_URL,
PORTIVE_AUTH_TOKEN: process.env.PORTIVE_AUTH_TOKEN,
PORTIVE_API_KEY: process.env.PORTIVE_API_KEY,
});