Skip to content

Commit b4063ab

Browse files
committed
don't add env name to db (our tests take care of this automatically)
1 parent 4f84983 commit b4063ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/realm-server/pg-adapter.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import postgresConfig from './pg-config';
1111

1212
function config() {
1313
return postgresConfig({
14-
database: `boxel${process.env.NODE_ENV ? '_' + process.env.NODE_ENV : ''}`,
14+
database: 'boxel',
1515
});
1616
}
1717

0 commit comments

Comments
 (0)