sourcey / spectacle

Beautiful static documentation generator for OpenAPI/Swagger 2.0

Home Page:https://sourcey.com/spectacle

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to read environment variable

RohanVardhan opened this issue · comments

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.