forked from cerc-io/snowballtools-base
f287929e94
* Set up gql server * Get config data from environment file
5 lines
67 B
TOML
5 lines
67 B
TOML
[server]
|
|
host = "127.0.0.1"
|
|
port = 8000
|
|
gqlPath = "/graphql"
|