We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17abe1c commit 9f1b635Copy full SHA for 9f1b635
.github/workflows/test-build.yml
@@ -17,7 +17,7 @@ jobs:
17
env:
18
POSTGRES_USER: postgres
19
POSTGRES_PASSWORD: postgres
20
- POSTGRES_DB: postgres
+ POSTGRES_DB: fileonchain
21
ports: ['5432:5432']
22
options: >-
23
--health-cmd pg_isready
@@ -41,7 +41,7 @@ jobs:
41
run: mix deps.get
42
- name: Start Hasura GraphQL Engine
43
44
- HASURA_GRAPHQL_METADATA_DATABASE_URL: postgres://postgres:postgres@localhost:5432/postgres
+ HASURA_GRAPHQL_METADATA_DATABASE_URL: postgres://postgres:postgres@localhost:5432/fileonchain
45
HASURA_GRAPHQL_ENABLE_CONSOLE: "false"
46
HASURA_GRAPHQL_DEV_MODE: "true"
47
HASURA_GRAPHQL_ADMIN_SECRET: helloworld
0 commit comments