Skip to content

Commit

Permalink
fix(env): update env config for AO process
Browse files Browse the repository at this point in the history
  • Loading branch information
dtfiedler authored and dtfiedler committed Jul 16, 2024
1 parent da7262e commit db0093c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ COPY . .
RUN yarn install --ignore-engines \
&& yarn build \
&& rm -rf node_modules \
&& yarn install --production
&& yarn install --production --ignore-engines

# Runtime
FROM gcr.io/distroless/nodejs${NODE_VERSION_SHORT}-debian12
Expand Down
2 changes: 1 addition & 1 deletion src/system.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ const arIO = IO.init({
// @permaweb/aoconnect defaults will be used if these are not provided
MU_URL: config.AO_MU_URL,
CU_URL: config.AO_CU_URL,
GRAPHQL_URL: config.AO_GATEWAY_URL,
GRAPHQL_URL: config.AO_GRAPHQL_URL,
GATEWAY_URL: config.AO_GATEWAY_URL,
}),
}),
Expand Down

0 comments on commit db0093c

Please sign in to comment.