Skip to content

Conversation

qfunq
Copy link

@qfunq qfunq commented Oct 8, 2021

Hi Jed, here is a version of the workshop that I've ported to the 25.0.3 api.

It's compiling using ESLint strict checks.

Regards,

Jonathan

@qfunq
Copy link
Author

qfunq commented Oct 8, 2021

The only functional change is the passing of environment variables to the app.

const dbUrl =
  `postgres://${process.env.POSTGRES_USER}:${process.env.POSTGRES_PASSWORD}@${process.env.POSTGRES_HOST}/keyn_25_0_3`;

@qfunq
Copy link
Author

qfunq commented Oct 8, 2021

Can you close this PR please, so I can delete the branch.

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant