Skip to content

Commit d08a0d3

Browse files
committed
Set PGRST_DB_SCHEMAS
1 parent 2091346 commit d08a0d3

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

dist/index.js

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/coolify.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -459,6 +459,10 @@ export default class Coolify {
459459
{
460460
key: 'EDGE_FUNCTION_SECRET',
461461
value: edgeFunctionSecret
462+
},
463+
{
464+
key: 'PGRST_DB_SCHEMAS',
465+
value: 'public,graphql_public,pgmq_public'
462466
}
463467
]
464468
})

0 commit comments

Comments
 (0)