mirror of
https://github.com/nokonoko/Uguu.git
synced 2024-01-06 13:35:15 +00:00
28 lines
587 B
JSON
28 lines
587 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",
|
||
|
"paypalUrl": "",
|
||
|
"bitcoinAddress": "",
|
||
|
"flattrUrl": ""
|
||
|
}
|