Closed smarie closed 5 years ago
For example
ClientConfig.load_config(<path>, api_key1='abcijokgfr')
Where in the config files you would have ${api_key1} that would be replaced automatically.
${api_key1}
let's rather adopt the Jinja convention, just in case this is eventually used. So {{api_key1}}
{{api_key1}}
For example
ClientConfig.load_config(<path>, api_key1='abcijokgfr')
Where in the config files you would have
${api_key1}
that would be replaced automatically.