sebastianliebscher commented on issue #24243: URL: https://github.com/apache/superset/issues/24243#issuecomment-1568433306
You also need to change your new database settings in `docker/.env-non-dev`: ```ini # database engine specific environment variables # change the below if you prefer another database engine DATABASE_PORT=5432 DATABASE_DIALECT=postgresql POSTGRES_DB=superset POSTGRES_USER=superset POSTGRES_PASSWORD=superset #MYSQL_DATABASE=superset #MYSQL_USER=superset #MYSQL_PASSWORD=superset #MYSQL_RANDOM_ROOT_PASSWORD=yes ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
