This commit is contained in:
Mr Swift
2024-07-12 23:20:47 +03:30
parent ca8283ffd3
commit 71e1e4b7da
3 changed files with 36 additions and 5 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"app":"asanservice",
"port":"6060",
"disks":[
{
"name": "uploads",
"mountTo": "static/uploads"
}
],
"node": {
"version": "18"
}
}