Skip to content

Commit

Permalink
updates example to use CANON_CMS_DB string
Browse files Browse the repository at this point in the history
  • Loading branch information
davelandry committed Jan 9, 2024
1 parent 1765432 commit 6fc0bb6
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions examples/canon.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,7 @@ module.exports = {
// ]
// },
{
host: env.CANON_DB_HOST || "localhost",
name: env.CANON_DB_NAME,
user: env.CANON_DB_USER,
pass: env.CANON_DB_PW,
connection: process.env.CANON_CMS_DB,
tables: [
require("@datawheel/canon-cms/models"),
require("@datawheel/canon-core/models")
Expand Down

0 comments on commit 6fc0bb6

Please sign in to comment.