romshark / dgraph_graphql_go

A GraphQL + Dgraph + Go + HTTP based backend service demo.
MIT License
50 stars 15 forks source link

TOML Configuration File #22

Closed DanielSharkov closed 5 years ago

DanielSharkov commented 5 years ago

The API server configuration is currently just hardcoded in cmd/api/main.go. Make the server accept TOML configuration files instead.

romshark commented 5 years ago

The TOML-configuration feature is being worked on in the toml-config branch now.