Created
July 14, 2019 17:44
-
-
Save cmelgarejo/6d75e65bf1dc00f6ab257f7d4f210257 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.env | |
# Web framework config | |
GIN_MODE=debug | |
GQL_SERVER_HOST=localhost | |
GQL_SERVER_PORT=7777 | |
# GQLGen config | |
GQL_SERVER_GRAPHQL_PATH=/graphql | |
GQL_SERVER_GRAPHQL_PLAYGROUND_ENABLED=true | |
GQL_SERVER_GRAPHQL_PLAYGROUND_PATH=/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment