Update product pricing JSON in shopify stack (#36)
Part of [Service provider auctions for web deployments](https://www.notion.so/Service-provider-auctions-for-web-deployments-104a6b22d47280dbad51d28aa3a91d75) Co-authored-by: Neeraj <neeraj.rtly@gmail.com> Reviewed-on: #36
This commit is contained in:
parent
abc8c666eb
commit
9f86b2f2b5
@ -5,7 +5,7 @@ services:
|
||||
depends_on:
|
||||
faucet:
|
||||
condition: service_healthy
|
||||
command: ["bash", "-c", "./start-faucet.sh"]
|
||||
command: ["bash", "-c", "./start-shopify.sh"]
|
||||
environment:
|
||||
CERC_SCRIPT_DEBUG: ${CERC_SCRIPT_DEBUG}
|
||||
CERC_SHOPIFY_GRAPHQL_URL: ${CERC_SHOPIFY_GRAPHQL_URL}
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"10 webapp deployments": "100000",
|
||||
"10 pre-paid webapp deployments": "100000",
|
||||
"100 webapp deployments": "1000000",
|
||||
"500 webapp deployments": "5000000",
|
||||
"1000 webapp deployments": "10000000"
|
||||
|
Loading…
Reference in New Issue
Block a user