1
0
mirror of https://github.com/nokonoko/Uguu.git synced 2024-01-06 13:35:15 +00:00
uguu/dist.json
nokonoko 4f079fbda0 update styling and readme
gonna add more docs regarding all the settings in the next commit
2021-06-04 14:17:26 +02:00

30 lines
846 B
JSON

{
"init": {
"allowErrors": false
},
"dest": "dist",
"pkgVersion": "<%= pkg.version %>",
"banners": [
"banners/malware_scans.swig",
"banners/donations.swig"
],
"src": [
"templates/index.swig",
"templates/faq.swig",
"templates/tools.swig"
],
"generateRobotstxt": false,
"generateSitemap": false,
"max_upload_size": 128,
"production": false,
"siteName": "SITENAME",
"siteUrl": "https://yoursite.com",
"abuseContact": "abuse@example.com",
"infoContact": "info@example.com",
"ServerCountryLocation": "Sweden",
"SiteMetaInfo": "SITENAME is a temporary file hosting service, upload files up to 128MiB for 24 hours.",
"ToolsDesc": "The following tools might need editing to work on this clone of Uguu, usually editing the URL works.",
"paypalUrl": "",
"bitcoinAddress": "",
"flattrUrl": ""
}