Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pr 25.0.3 #2

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Pr 25.0.3 #2

wants to merge 3 commits into from

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.

None yet

1 participant