File tree 4 files changed +4
-0
lines changed
4 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ services:
6
6
environment :
7
7
AUTH_TYPE : none
8
8
GQL_API_URL : http://localhost:8080/v1/graphql
9
+ HASURA_API_URL : http://hasura:8080/
9
10
HASURA_GRAPHQL_JWT_SECRET : " ${HASURA_GRAPHQL_JWT_SECRET}"
10
11
LOG_FILE : console
11
12
LOG_LEVEL : warn
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ services:
7
7
AUTH_TYPE : none
8
8
AUTH_URL : https://atb-ocio-12b.jpl.nasa.gov:8443/cam-api
9
9
GQL_API_URL : http://localhost:8080/v1/graphql
10
+ HASURA_API_URL : http://hasura:8080/
10
11
HASURA_GRAPHQL_JWT_SECRET : " ${HASURA_GRAPHQL_JWT_SECRET}"
11
12
LOG_FILE : console
12
13
LOG_LEVEL : debug
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ services:
6
6
environment :
7
7
AUTH_TYPE : none
8
8
AUTH_URL : https://atb-ocio-12b.jpl.nasa.gov:8443/cam-api
9
+ HASURA_API_URL : http://hasura:8080/
9
10
GQL_API_URL : http://localhost:8080/v1/graphql
10
11
HASURA_GRAPHQL_JWT_SECRET : " ${HASURA_GRAPHQL_JWT_SECRET}"
11
12
LOG_FILE : console
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ services:
9
9
environment :
10
10
AUTH_TYPE : none
11
11
GQL_API_URL : http://localhost:8080/v1/graphql
12
+ HASURA_API_URL : http://hasura:8080/
12
13
HASURA_GRAPHQL_JWT_SECRET : " ${HASURA_GRAPHQL_JWT_SECRET}"
13
14
LOG_FILE : console
14
15
LOG_LEVEL : debug
You can’t perform that action at this time.
0 commit comments