Skip to content

Commit

Permalink
fix: merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
xavier506 committed Nov 28, 2022
2 parents 766cbba + dd95888 commit 91bd742
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ HAPI_HASURA_URL=http://hasura:8080/v1/graphql
HAPI_HASURA_ADMIN_SECRET=myadminsecretkey
# HASURA
HASURA_GRAPHQL_DATABASE_URL=postgres://user:password@eosrate_postgres:5432/eosrate
HASURA_GRAPHQL_ADMIN_SECRET=hasurasecret
HASURA_GRAPHQL_ADMIN_SECRET=myadminsecretkey
HASURA_GRAPHQL_UNAUTHORIZED_ROLE=anonymous
HASURA_GRAPHQL_ACTION_BASE_URL=http://hapi:9090
# WEBAPP
Expand Down
2 changes: 2 additions & 0 deletions hasura/metadata/actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ actions:
kind: synchronous
handler: '{{HASURA_GRAPHQL_ACTION_BASE_URL}}/get-rates-stats'
forward_client_headers: true
permissions:
- role: anonymous
- name: rateProducer
definition:
kind: synchronous
Expand Down

0 comments on commit 91bd742

Please sign in to comment.