Andreas Krebs

Results 6 comments of Andreas Krebs

@barrachri OK, I was planning on pushing another commit, fixing flake issues and one py3.5 incompatibility, it also took me longer than expected. But any feedback is appreciated

Not sure what the best approach would be since the client (currently docker.py) needs to be split. Generally I try to avoid duplicate code, but in order to not break...

Any plans on merging this and doing a new release soon?

@neumond I agree, I was referring to the commit above (https://github.com/DLizogub/aioes/commit/77c4d56b28f8c97f607d6d5b6c741120a4b091e6) Edit: I just checked that commit again, my bad, the fix should be to convert here to str instead...

The underlying asp.net core framework supports configuration via environment variables out of the box. So every option from the ```appsettings.json``` can also be configured via an env variable in ```docker-compose.yml```....