Skip to content

Commit

Permalink
0.0.620
Browse files Browse the repository at this point in the history
  • Loading branch information
ivansglazunov committed Oct 26, 2024
1 parent 80680e8 commit 381207d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions call.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ if (options.generate && (options.force || !fs.existsSync(`${cwd}/deep.config.jso
"DEEPLINKS_HASURA_STORAGE_URL": "http://deep-hasura-storage:8000/",
"HASURA_ENDPOINT": "http://deep-hasura:8080/v1",
"DEEPLINKS_HASURA_PATH": "deep-hasura:8080",
"DOCKER_GQL_URL": "http://deep-links:3006/gql",
"DOCKER_DEEPLINKS_URL": "http://deep-links:3006",
"MIGRATIONS_DEEPLINKS_URL": "http://deep-links:3006",
"HASURA_GRAPHQL_ADMIN_SECRET": hasuraKey,
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ services:
environment:
- 'NEXT_PUBLIC_GRAPHQL_URL=${NEXT_PUBLIC_GQL_PATH}'
- 'SECRET=${DEEPLINKS_HASURA_SECRET}'
- 'GQL=${NEXT_PUBLIC_GQL_PATH}'
- 'GQL=${DOCKER_GQL_URL}'
- 'SSL=${NEXT_PUBLIC_GQL_SSL}'
logging:
driver: "json-file"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deep-foundation/deeplinks",
"version": "0.0.619",
"version": "0.0.620",
"license": "Unlicense",
"type": "module",
"main": "import.js",
Expand Down

0 comments on commit 381207d

Please sign in to comment.