1 Star 0 Fork 5

remonde/Talk

forked from Gitee 极速下载/Talk 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
doczrc.js 258 Bytes
一键复制 编辑 原始数据 按行查看 历史
Vinh 提交于 2020-04-15 18:15 . [CORL-878] Upgrade dependencies (#2867)
// Apply all the configuration provided in the .env file.
require("dotenv").config();
module.exports = {
title: "Coral 5",
src: "./src",
host: process.env.HOST || "0.0.0.0",
port: parseInt(process.env.DOCZ_PORT, 10) || 3030,
files: "**/*.mdx",
};
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/remonde/Talk.git
[email protected]:remonde/Talk.git
remonde
Talk
Talk
develop

搜索帮助