forked from cerc-io/snowballtools-base
Implement GraphQL server setup (#16)
* Set up gql server * Get config data from environment file
This commit is contained in:
committed by
Ashwin Phatak
parent
ea3addfd61
commit
f287929e94
@@ -0,0 +1,4 @@
|
||||
[server]
|
||||
host = "127.0.0.1"
|
||||
port = 8000
|
||||
gqlPath = "/graphql"
|
||||
Reference in New Issue
Block a user