mirror of
https://github.com/vastxie/99AI.git
synced 2025-11-14 04:33:41 +08:00
NineAI 2.4.2
This commit is contained in:
11
dist/config/cos.js
vendored
Normal file
11
dist/config/cos.js
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
const Dotenv = require("dotenv");
|
||||
Dotenv.config({ path: '.env' });
|
||||
const config = {
|
||||
SecretId: process.env.TENTCENT_SECRET_ID,
|
||||
SecretKey: process.env.TENTCENT_SECRET_KEY,
|
||||
Bucket: process.env.COS_BUCKET_PUBLIC,
|
||||
Region: process.env.COS_REGION,
|
||||
};
|
||||
exports.default = config;
|
||||
Reference in New Issue
Block a user