fix: fix comment in Docker environment files (#22421)

This commit is contained in:
Aleks Vujić
2022-12-20 14:37:27 +01:00
committed by GitHub
parent 21b56b2d49
commit b55ef5b514
2 changed files with 2 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ DATABASE_PASSWORD=superset
DATABASE_USER=superset
# database engine specific environment variables
# change the below if you prefers another database engine
# change the below if you prefer another database engine
DATABASE_PORT=5432
DATABASE_DIALECT=postgresql
POSTGRES_DB=superset

View File

@@ -23,7 +23,7 @@ DATABASE_PASSWORD=superset
DATABASE_USER=superset
# database engine specific environment variables
# change the below if you prefers another database engine
# change the below if you prefer another database engine
DATABASE_PORT=5432
DATABASE_DIALECT=postgresql
POSTGRES_DB=superset