site-library/profile.json
2025-12-29 09:42:55 +01:00

41 lines
1.4 KiB
JSON

{
"includes": [],
"variables": {
"PRODUCT_ROOT": "${root}/${product}/",
"abs_url": "https://assets.osr-plastic.org",
"CACHE": "${root}/cache/",
"CACHE_URL": "${abs_url}/cache/",
"GIT_REPO": "https://git.polymech.io/",
"OSR_MACHINES_ASSETS_URL": "https://assets.osr-plastic.org",
"PRODUCTS_ASSETS_URL": "https://assets.osr-plastic.org/${product_rel}",
"OSR_FILES_WEB": "https://files.polymech.info/files/machines",
"PRODUCTS_FILES_URL": "${OSR_FILES_WEB}/${product_rel}",
"DISCORD": "https://discord.gg/s8K7yKwBRc"
},
"env": {
"astro-release": {
"includes": [
"${PRODUCT_ROOT}"
],
"variables": {
"OSR_MACHINES_ASSETS_URL": "https://assets.osr-plastic.org/"
}
},
"astro-debug": {
"includes": [
"${PRODUCT_ROOT}"
],
"variables": {
"OSR_MACHINES_ASSETS_URL": "https://assets.osr-plastic.org",
"showCart": false,
"showPrice": false,
"showResources": false,
"showShipping": false,
"showPaymentTerms": false,
"showHowtos": false,
"showRenderings": true,
"debug": true
}
}
}
}