45 lines
1.3 KiB
JSON
45 lines
1.3 KiB
JSON
{
|
|
"includes": [
|
|
"${PRODUCT_ROOT}",
|
|
"${PRODUCT_ROOT}/templates/library/",
|
|
"${PRODUCT_ROOT}/templates/shared/",
|
|
"${root}/osr",
|
|
"${root}/osr/library",
|
|
"${root}/osr/widgets",
|
|
"${root}/_includes",
|
|
"${root}/templates/site/"
|
|
],
|
|
"variables": {
|
|
"PRODUCT_ROOT": "${root}/${product}/",
|
|
"_abs_url": "https://plastic-hub.com",
|
|
"abs_url": "https://plastic-hub.com/",
|
|
"CACHE": "${root}/cache/",
|
|
"CACHE_URL": "${abs_url}/cache/",
|
|
"MAGENTO_URL": "https://shop.plastic-hub.com"
|
|
},
|
|
"env": {
|
|
"library": {
|
|
"includes": [
|
|
"${PRODUCT_ROOT}/templates/shared/",
|
|
"${root}/osr",
|
|
"${root}/osr/widgets",
|
|
"${PRODUCT_ROOT}"
|
|
],
|
|
"variables": {
|
|
"abs_url": "http://localhost:8008/",
|
|
"MAGENTO_URL": "https://shop.plastic-hub.com"
|
|
}
|
|
},
|
|
"library-release": {
|
|
"includes": [
|
|
"${PRODUCT_ROOT}/templates/shared/",
|
|
"${root}/osr",
|
|
"${root}/osr/widgets",
|
|
"${PRODUCT_ROOT}"
|
|
],
|
|
"variables": {
|
|
"abs_url": "https://osr-plastic.org"
|
|
}
|
|
}
|
|
}
|
|
} |