mirror of
https://github.com/vastxie/99AI.git
synced 2025-11-14 20:53:42 +08:00
NineAI 2.4.2
This commit is contained in:
9
dist/config/main.js
vendored
Normal file
9
dist/config/main.js
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.APIPREFIX = exports.SWAGGERPREFIX = exports.PORT = void 0;
|
||||
const PORT = process.env.PORT || 3000;
|
||||
exports.PORT = PORT;
|
||||
const SWAGGERPREFIX = process.env.SWAGGERPREFIX || '/docs';
|
||||
exports.SWAGGERPREFIX = SWAGGERPREFIX;
|
||||
const APIPREFIX = process.env.APIPREFIX || '/api';
|
||||
exports.APIPREFIX = APIPREFIX;
|
||||
Reference in New Issue
Block a user