67 lines
2.1 KiB
JSON
67 lines
2.1 KiB
JSON
{
|
|
"includes": [
|
|
"${root}/osr",
|
|
"${root}/osr/library",
|
|
"${root}/osr/widgets",
|
|
"${root}/osr/commons",
|
|
"${cwd}/osr",
|
|
"${cwd}/osr/library",
|
|
"${cwd}/osr/widgets",
|
|
"${cwd}/osr/commons",
|
|
"${cwd}/src/data",
|
|
"${cwd}/src/data-en",
|
|
"${cwd}/src/data-es",
|
|
"${cwd}/src/data-fr"
|
|
],
|
|
"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/",
|
|
"GIT_REPO": "https://git.osr-plastic.org/osr-plastic/osr-machines",
|
|
"OSR_MACHINES_ASSETS_URL":"https://assets.osr-plastic.org/machines/",
|
|
"PRODUCTS_ASSETS_URL":"https://assets.osr-plastic.org/machines/${product}",
|
|
"OSR_FILES_WEB":"https://files.osr-plastic.org/files/osr-machines",
|
|
"PRODUCTS_FILES_URL":"${OSR_FILES_WEB}/${product_rel}",
|
|
"DISCORD":"https://discord.gg/s8K7yKwBRc"
|
|
},
|
|
"env": {
|
|
"library": {
|
|
"includes": [
|
|
"${PRODUCT_ROOT}/templates/shared/",
|
|
"${root}/osr",
|
|
"${root}/osr/widgets",
|
|
"${root}/osr/commons"
|
|
],
|
|
"variables": {
|
|
"abs_url": "http://localhost:8008/"
|
|
}
|
|
},
|
|
"library-release": {
|
|
"includes": [
|
|
"${PRODUCT_ROOT}/templates/shared/",
|
|
"${root}/osr",
|
|
"${root}/osr/widgets",
|
|
"${PRODUCT_ROOT}"
|
|
],
|
|
"variables": {
|
|
"abs_url": "https://osr-plastic.org"
|
|
}
|
|
},
|
|
"hugo-release": {
|
|
"includes": [
|
|
"${PRODUCT_ROOT}/templates/bazar",
|
|
"${PRODUCT_ROOT}/templates/shared/",
|
|
"${root}/osr",
|
|
"${root}/osr/widgets",
|
|
"${PRODUCT_ROOT}"
|
|
],
|
|
"variables": {
|
|
"abs_url": "https://plastic-hub.com/",
|
|
"OSR_MACHINES_ASSETS_URL": "https://assets.osr-plastic.org/machines/"
|
|
}
|
|
}
|
|
}
|
|
}
|