mirror of
https://github.com/snowball-tools/snowballtools-base
synced 2025-01-26 19:10:34 +00:00
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"
|