DEV Community

Discussion on: dev.to open source help/discussion thread (v0)

Collapse
 
andy profile image
Andy Zhao (he/him)

Hey Kris, not sure where you ran into that error. Could you provide some more details about the issue?

From a basic check, it looks like you're running into an issue with our ENV variable checker gem envied. Your application.yml should have key value pairs where the key is all capitals with no quotes and the value should have quotes, like so:

KEY: "value"
GITHUB_KEY: "somethingsomething"
# etc