This would make it easy to override any configuration. For example: ``` CASSANDRA_CFG_auto_snapshot=false ``` The script that already `sed`s the config could just check for a pattern in the environment variables and apply whatever config the user needs. Makes it easy to work with Kubernetes, docker-compose, etc.