revert test change

This commit is contained in:
Hailey
2025-03-19 11:50:11 -07:00
parent a6524aa44e
commit da6968cd05
+3 -3
View File
@@ -62,9 +62,9 @@ export const envToCfg = (env: Environment): Config => {
hostnames: env.hostnames,
appHostname: env.appHostname || 'bsky.app',
}
//if (!env.dbPostgresUrl) {
// throw new Error('Must configure postgres url (LINK_DB_POSTGRES_URL)')
//}
if (!env.dbPostgresUrl) {
throw new Error('Must configure postgres url (LINK_DB_POSTGRES_URL)')
}
const dbCfg: DbConfig = {
url: env.dbPostgresUrl,
migrationUrl: env.dbPostgresMigrationUrl,