puter-deploy / hf_config.json
gionuibk's picture
Upload folder using huggingface_hub
f1742ad verified
{
"config_name": "hf-space",
"env": "production",
"server_id": "hf-space",
"http_port": 7860,
"domain": "gionuibk-puter-deploy.hf.space",
"protocol": "https",
"allow_all_host_values": true,
"origin": "https://gionuibk-puter-deploy.hf.space",
"experimental_no_subdomain": true,
"api_base_url": "https://gionuibk-puter-deploy.hf.space",
"services": {
"database": {
"engine": "sqlite",
"path": "puter-database.sqlite"
},
"thumbnails": {
"engine": "purejs"
},
"file-cache": {
"disk_limit": 16384,
"disk_max_size": 16384,
"precache_size": 16384,
"path": "./file-cache"
},
"cloudflare-turnstile": {
"enabled": false
}
}
}