forked from gitbot/uguu
29 lines
724 B
JSON
29 lines
724 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": "Uguu is a temporary file hosting service, upload files up to 100MiB for 24 hours.",
|
|
"paypalUrl": "",
|
|
"bitcoinAddress": "",
|
|
"flattrUrl": ""
|
|
} |