Skip to content

Commit

Permalink
0.0.557
Browse files Browse the repository at this point in the history
  • Loading branch information
ivansglazunov committed Sep 22, 2024
1 parent 6d3fa6a commit 93bf13d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions call.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ if (options.generate && (options.force || !fs.existsSync(`${cwd}/deep.config.jso
"HASURA_GRAPHQL_ADMIN_SECRET": hasuraKey,
"MIGRATIONS_HASURA_SECRET": hasuraKey,
"DEEPLINKS_HASURA_SECRET": hasuraKey,
"POSTGRES_USER": 'postgres',
"POSTGRES_PASSWORD": postgresKey,
"HASURA_GRAPHQL_DATABASE_URL": `postgres://postgres:${postgresKey}@deep-postgres:5432/postgres?sslmode=disable`,
'DEEP_HASURA_GRAPHQL_LOG_LEVEL': 'error',
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.556",
"version": "0.0.557",
"license": "Unlicense",
"type": "module",
"main": "import.js",
Expand Down

0 comments on commit 93bf13d

Please sign in to comment.