mirror of
https://github.com/YGGverse/Yo.git
synced 2026-03-31 17:55:35 +00:00
update default snap config
This commit is contained in:
parent
8c2bd7b55f
commit
20d3530721
1 changed files with 31 additions and 4 deletions
|
|
@ -54,15 +54,42 @@
|
||||||
"external":false,
|
"external":false,
|
||||||
"regex":"/.*/ui"
|
"regex":"/.*/ui"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"snap":
|
||||||
|
{
|
||||||
|
"enabled":true
|
||||||
}
|
}
|
||||||
},
|
}
|
||||||
"snap":
|
}
|
||||||
{
|
},
|
||||||
|
"snap":
|
||||||
|
{
|
||||||
|
"storage":
|
||||||
|
{
|
||||||
|
"local":{
|
||||||
|
"enabled":true,
|
||||||
|
"location":"/storage/snap",
|
||||||
|
"size":
|
||||||
|
{
|
||||||
|
"max":100024
|
||||||
|
},
|
||||||
"mime":
|
"mime":
|
||||||
[
|
[
|
||||||
|
"application/xhtml+xml",
|
||||||
|
"application/javascript",
|
||||||
"text/html",
|
"text/html",
|
||||||
"image/webp"
|
"text/plain",
|
||||||
|
"text/css",
|
||||||
|
"image/webp",
|
||||||
|
"image/png",
|
||||||
|
"image/gif",
|
||||||
|
"image/ico"
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
"mirror":
|
||||||
|
{
|
||||||
|
"enabled":false,
|
||||||
|
"ftp":[]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue