Skip to content

Commit

Permalink
Merge pull request #11 from ReflectionsProjections/dev/aydan/add-prod-db
Browse files Browse the repository at this point in the history
Add prod database URL
  • Loading branch information
AydanPirani authored Apr 10, 2024
2 parents a0cdb2d + 6fbbf29 commit 56c622e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utilities.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ function getDatabaseUrl() {
const host = Config.DATABASE_HOST;
let database;
if (isProd()) {
return "";
database = `prod`;
} else if (isDev()) {
database = `dev-${username}`;
}
Expand Down

0 comments on commit 56c622e

Please sign in to comment.