加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pipe.json 596 Bytes
一键复制 编辑 原始数据 按行查看 历史
Vanessa 提交于 2021-03-27 18:56 . :arrow_up:vditor
{
"Server": "http://localhost:5897",
"StaticServer": "",
"StaticResourceVersion": "1616842446826",
"RuntimeMode": "dev",
"LogLevel": "debug",
"ShowSQL": false,
"SessionSecret": "",
"SessionMaxAge": 86400,
"SQLite": "${home}/pipe.db",
"MySQL": "user:password@(localhost:3306)/pipe?charset=utf8mb4&parseTime=True&loc=Local&timeout=1s&readTimeout=16s&writeTimeout=16s",
"Postgres": "postgres://user:password@localhost:5432/pipe?search_path=pipe&sslmode=disable",
"Port": "5897",
"AxiosBaseURL": "/api",
"MockServer": "http://localhost:8888"
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化