Skip to content

Commit

Permalink
log connection
Browse files Browse the repository at this point in the history
  • Loading branch information
evantahler committed Mar 25, 2024
1 parent baa34e2 commit a991ed2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/database.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ export const configDatabase = {
connectionString: await loadFromEnvIfSet("db.connectionString", "x"),
autoMigrate: await loadFromEnvIfSet("db.autoMigrate", true),
};

console.log({ configDatabase });

0 comments on commit a991ed2

Please sign in to comment.