1 Star 0 Fork 2

RenaMoe/SIGSEGV OJ

forked from ChPu437/SIGSEGV OJ 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
config-example.json 2.50 KB
一键复制 编辑 原始数据 按行查看 历史
Jing Pu 提交于 2020-10-27 08:21 . Initial commit.
{
"title": "SYZOJ",
"hostname": "127.0.0.1",
"port": "5283",
"db": {
"database": "syzoj",
"username": "syzoj",
"password": "@DATABASE_PASSWORD@",
"host": "127.0.0.1",
"migrated_to_typeorm": true,
"cache_size": 1000
},
"logo": {
"url": null,
"width": null,
"height": null
},
"register_mail": false,
"email": {
"method": "aliyundm",
"options": {
"AccessKeyId": "xxxx",
"AccessKeySecret": "xxxx",
"AccountName": "xxxx"
}
},
"upload_dir": "uploads",
"default": {
"problem": {
"time_limit": 1000,
"memory_limit": 256
},
"user": {
"show": true,
"rating": 1500
}
},
"sorting": {
"ranklist": {
"field": "rating",
"order": "desc"
},
"problem": {
"field": "id",
"order": "asc"
}
},
"limit": {
"time_limit": 10000,
"memory_limit": 1024,
"data_size": 209715200,
"testdata": 209715200,
"submit_code": 102400,
"submit_answer": 10485760,
"custom_test_input": 20971520,
"testdata_filecount": 100
},
"page": {
"problem": 50,
"problem_statistics": 10,
"judge_state": 10,
"ranklist_index": 20,
"ranklist": 50,
"discussion": 10,
"article_comment": 10,
"contest": 10,
"edit_contest_problem_list": 10,
"edit_problem_tag_list": 10
},
"enabled_languages": [
"cpp",
"cpp11",
"cpp17",
"cpp-noilinux",
"cpp11-noilinux",
"cpp11-clang",
"cpp17-clang",
"c",
"c-noilinux",
"csharp",
"java",
"pascal",
"python2",
"python3",
"nodejs",
"ruby",
"haskell"
],
"filter_enabled_languages": [
"cpp",
"cpp11",
"cpp17",
"cpp-noilinux",
"cpp11-noilinux",
"cpp11-clang",
"cpp17-clang",
"c",
"c-noilinux",
"csharp",
"java",
"pascal",
"python2",
"python3",
"nodejs",
"ruby",
"haskell"
],
"links": [
{
"title": "LibreOJ",
"url": "https://loj.ac/"
}
],
"session_secret": "@SESSION_SECRET@",
"judge_token": "@JUDGE_TOKEN@",
"redis": "redis://127.0.0.1:6379",
"email_jwt_secret": "@EMAIL_JWT_SECRET@",
"google_analytics": "UA-XXXXXXXX-X",
"gravatar_url": "https://cdn.v2ex.com/gravatar",
"cdnjs_url": "built-in",
"self_cdn_url": "built-in",
"google_fonts": {
"type": "built-in",
"url": ""
},
"no_cdn": false,
"submissions_page_fast_pagination": false,
"username_regex": "^[a-zA-Z0-9\\-\\_]+$",
"site_for_download": "",
"renderer_cache_size": "30000"
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/renamoe/sigsegv-oj.git
git@gitee.com:renamoe/sigsegv-oj.git
renamoe
sigsegv-oj
SIGSEGV OJ
master

搜索帮助