The current regex inside _get_assets_version will continue to match assets.version within the Prod|runMode namespace after the work has been done to align all frontend services .conf files.
smplayservice.py
I don't feel this is the responsibility of service manager to enforce the assets.version config structure but it would be nice to not unnecessarily match unwanted assets versions.
Potentailly worth looking into some HOCON parsing.
The current regex inside
_get_assets_version
will continue to matchassets.version
within theProd|runMode
namespace after the work has been done to align all frontend services.conf
files. smplayservice.pyI don't feel this is the responsibility of service manager to enforce the
assets.version
config structure but it would be nice to not unnecessarily match unwanted assets versions.Potentailly worth looking into some HOCON parsing.