chore: deprecate FLASK_ENV and improve conf.ENVIRONMENT_TAG_CONFIG (#24404)

This commit is contained in:
Maxime Beauchemin
2023-06-29 12:04:32 -07:00
committed by GitHub
parent 46159fd190
commit 6a8f60f9fd
12 changed files with 52 additions and 29 deletions

View File

@@ -15,4 +15,4 @@
# limitations under the License.
#
FLASK_APP="superset.app:create_app()"
FLASK_ENV="development"
FLASK_DEBUG=true