wgOpenSource / gqlclans

MIT License
1 stars 0 forks source link

Configuration for grahpql service #16

Open petr opened 6 years ago

petr commented 6 years ago

Add a command for generation of configuration file based on a template.

Example python generate_config.py --api-key=demo will generate config file in which parameter api_key will be override by a new config.

I think, the best format for config file is classic ini-file. But you can choose.