1 Star 1 Fork 1

DEV_DSW/jsbin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
config.default.json 2.71 KB
一键复制 编辑 原始数据 按行查看 历史
{
"env": "development",
"timezone": "UTC",
"url": {
"host": "localhost:3000",
"prefix": "/",
"ssl": false,
"static": false,
"runner": false
},
"max-request-size": "1MB",
"max-age": 86400,
"store": {
"adapter": "sqlite",
"sqlite": {
"location": "jsbin.sqlite"
},
"mysql": {
"host": "localhost",
"user": "root",
"password": "",
"database": "jsbin",
"charset": "utf8mb4",
"collate": "utf8mb4_unicode_ci"
}
},
"session": {},
"analytics": {
"id": null,
"render-id": null
},
"ui": {},
"mail": {
"adapter": "sendmail",
"sendmail": {},
"smtp": {
"service": "Gmail",
"auth": {
"user": "",
"pass": ""
}
}
},
"server": {
"logger": "default"
},
"security": {
"allowAnonymousPreview": false
},
"client": {
"user": true
},
"github": {
"id": "",
"secret": ""
},
"notify": {
"errors": [],
"report": []
},
"api": {
"allowAnonymousReadWrite": false,
"allowAnonymousRead": true,
"requireSSL": false
},
"blacklist": {
"html": ["processform.cgi", "habbo.com"],
"css": [],
"javascript": []
},
"reserved": [
"donate",
"list",
"show",
"gist",
"about",
"account",
"accounts",
"activity",
"all",
"announcements",
"api",
"api_rules",
"api_terms",
"apirules",
"apps",
"archive",
"auth",
"badges",
"bin",
"bins",
"blog",
"bugs",
"business",
"clone",
"contacts",
"collection",
"collections",
"css",
"delete",
"default",
"devices",
"download",
"downloads",
"edit",
"embed",
"faq",
"favorites",
"favs",
"find_sources",
"find_users",
"followers",
"following",
"fonts",
"font",
"friend_request",
"friendrequest",
"friends",
"goodies",
"help",
"home",
"history",
"hooks",
"images",
"img",
"inbox",
"index",
"invitations",
"invite",
"issues",
"jobs",
"js",
"last",
"login",
"logout",
"me",
"messages",
"new",
"notifications",
"nudge",
"null",
"open",
"output",
"oauth",
"post",
"pro",
"processor",
"profile",
"privacy",
"rules",
"runner",
"static",
"scripts",
"save",
"search",
"sent",
"settings",
"share",
"signup",
"signin",
"status",
"static",
"statistics",
"terms",
"test",
"tos",
"translate",
"trends",
"unarchive",
"update",
"upgrade",
"user",
"users",
"watch",
"widgets",
"tutorials",
"video",
"videos",
"-"
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/dev-dsw/jsbin.git
git@gitee.com:dev-dsw/jsbin.git
dev-dsw
jsbin
jsbin
master

搜索帮助