fix: DOCKER_IMAGE typo that was breaking env
This commit is contained in:
parent
3e68e6f8cb
commit
db88bdec10
@ -36,7 +36,7 @@ config: t.Dict[str, t.Dict[str, t.Any]] = {
|
||||
"RUN_POSTGRESQL": True,
|
||||
"POSTGRESQL_DATABASE": "superset",
|
||||
"POSTGRESQL_USERNAME": "superset",
|
||||
"SUPERSET_DOCKER_IMAGE": "{: DOCKER_REGISTRY }}overhangio/cairn-superset:{{ CAIRN_VERSION }}",
|
||||
"SUPERSET_DOCKER_IMAGE": "{{ DOCKER_REGISTRY }}overhangio/cairn-superset:{{ CAIRN_VERSION }}",
|
||||
"SUPERSET_LANGUAGE_CODE": "{{ LANGUAGE_CODE[:2] }}",
|
||||
# SSO
|
||||
"ENABLE_SSO": True,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user