We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f84983 commit b4063abCopy full SHA for b4063ab
packages/realm-server/pg-adapter.ts
@@ -11,7 +11,7 @@ import postgresConfig from './pg-config';
11
12
function config() {
13
return postgresConfig({
14
- database: `boxel${process.env.NODE_ENV ? '_' + process.env.NODE_ENV : ''}`,
+ database: 'boxel',
15
});
16
}
17
0 commit comments