diff --git a/mprocs-local-backend.yaml b/mprocs-local-backend.yaml index 6d21139ab66201e9c0c0c61c1e5691f6633796c0..f80dba8324f1a69e61b80882ea6f68958355354c 100644 --- a/mprocs-local-backend.yaml +++ b/mprocs-local-backend.yaml @@ -3,12 +3,14 @@ procs: cwd: <CONFIG_DIR>/holi-frontends env: HOLI_API_URL: http://localhost:4455/graphql + HOLI_API_GATEWAY: http://localhost:4455 shell: > yarn mobile:dev web: cwd: <CONFIG_DIR>/holi-frontends env: HOLI_API_URL: http://localhost:4455/graphql + HOLI_API_GATEWAY: http://localhost:4455 NEXT_PUBLIC_OWNCLOUD_BASE_URL: "https://local.cloud.holi.social" SENTRY_IGNORE_API_RESOLUTION_ERROR: "1" shell: > diff --git a/mprocs-production.yaml b/mprocs-production.yaml index b7fae44ad49db40993d3e921a2713d306f5ba269..1899dd1b54f9778ffcda36f77c47cdcf0ab2661d 100644 --- a/mprocs-production.yaml +++ b/mprocs-production.yaml @@ -5,6 +5,7 @@ procs: yarn mobile:dev env: HOLI_API_URL: "https://production.unified.apis.holi.social/graphql" + HOLI_API_GATEWAY: "https://production.unified.apis.holi.social" KRATOS_BASE_URL: "https://auth.holi.social" cwd: "<CONFIG_DIR>/holi-frontends" web: @@ -12,6 +13,7 @@ procs: yarn web:dev env: HOLI_API_URL: "https://production.unified.apis.holi.social/graphql" + HOLI_API_GATEWAY: "https://production.unified.apis.holi.social" SENTRY_IGNORE_API_RESOLUTION_ERROR: "1" cwd: "<CONFIG_DIR>/holi-frontends" storybook: diff --git a/mprocs.yaml b/mprocs.yaml index 1a2db56318cdb129375ca4032227eb9388b53d7c..3b97ab9f64db28ffd4e8ff04e07ac095922decc0 100644 --- a/mprocs.yaml +++ b/mprocs.yaml @@ -3,12 +3,14 @@ procs: cwd: <CONFIG_DIR>/holi-frontends env: HOLI_API_URL: https://staging.unified.apis.holi.social/graphql + HOLI_API_GATEWAY: https://staging.unified.apis.holi.social shell: > yarn mobile:dev web: cwd: <CONFIG_DIR>/holi-frontends env: HOLI_API_URL: https://staging.unified.apis.holi.social/graphql + HOLI_API_GATEWAY: https://staging.unified.apis.holi.social SENTRY_IGNORE_API_RESOLUTION_ERROR: "1" shell: > yarn web:dev