sourcey / spectacle

Beautiful static documentation generator for OpenAPI/Swagger 2.0
https://sourcey.com/spectacle
Other
1.27k stars 337 forks source link

Unable to read environment variable #207

Open RohanVardhan opened 4 years ago

RohanVardhan commented 4 years ago

I want to pass url set in the environment variable as follows:

introspection: ${GRAPHQL_URL}

But I am getting this error - Error: The protocol "" is not supported, cannot load "${GRAPHQL_URL}". However, if I replace it with actual URL, it is working correctly. Could someone help me out with this error. Thanks.