revert test change
This commit is contained in:
@@ -62,9 +62,9 @@ export const envToCfg = (env: Environment): Config => {
|
|||||||
hostnames: env.hostnames,
|
hostnames: env.hostnames,
|
||||||
appHostname: env.appHostname || 'bsky.app',
|
appHostname: env.appHostname || 'bsky.app',
|
||||||
}
|
}
|
||||||
//if (!env.dbPostgresUrl) {
|
if (!env.dbPostgresUrl) {
|
||||||
// throw new Error('Must configure postgres url (LINK_DB_POSTGRES_URL)')
|
throw new Error('Must configure postgres url (LINK_DB_POSTGRES_URL)')
|
||||||
//}
|
}
|
||||||
const dbCfg: DbConfig = {
|
const dbCfg: DbConfig = {
|
||||||
url: env.dbPostgresUrl,
|
url: env.dbPostgresUrl,
|
||||||
migrationUrl: env.dbPostgresMigrationUrl,
|
migrationUrl: env.dbPostgresMigrationUrl,
|
||||||
|
|||||||
Reference in New Issue
Block a user