The REST API key was improperly inferred from environment#4292
The REST API key was improperly inferred from environment#4292flovilmart merged 1 commit intomasterfrom
Conversation
Codecov Report
@@ Coverage Diff @@
## master #4292 +/- ##
=======================================
Coverage 92.45% 92.45%
=======================================
Files 118 118
Lines 8155 8155
=======================================
Hits 7540 7540
Misses 615 615
Continue to review full report at Codecov.
|
acinader
left a comment
There was a problem hiding this comment.
related question, is there a doc that explains this cli thinggie you're referring too? I looked yesterday as I was setting up a new instance and wanted to try instead of my current method, but couldn't find it.
|
It’s in |
|
I'm surprised we didn't have a test that caught this :/. Can we add something in the future to prevent this, or something similar, from recurring? |
|
Yeah, most probably, I could add a test that validates the definition Parse properly |
|
@acinader for using the CLI, actually, you can try the bootstrap script, it generates everything for you. at AmpMe, we have start our server with: then config/dev.js The dev.js file is loaded by the CLI and parsed accordingly. |
|
Thanks. |
Sorry about that, this only affects CLI users, like myself... Just shot myself in the foot...