From f327572908fe49820efb9e5510ce281d49705150 Mon Sep 17 00:00:00 2001 From: App Generator <51070104+app-generator@users.noreply.github.com> Date: Wed, 12 Oct 2022 16:06:39 +0300 Subject: [PATCH] Update .env --- .env | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/.env b/.env index 238708a..b5269d5 100644 --- a/.env +++ b/.env @@ -1,10 +1,13 @@ -DEBUG=False +DEBUG=True + FLASK_APP=run.py FLASK_ENV=development + ASSETS_ROOT=/static/assets -DB_ENGINE=mysql -DB_HOST=localhost -DB_NAME=appseed_db -DB_USERNAME=appseed_db_usr -DB_PASS= -DB_PORT=3306 + +# DB_ENGINE=mysql +# DB_HOST=localhost +# DB_NAME=appseed_db +# DB_USERNAME=appseed_db_usr +# DB_PASS=pass +# DB_PORT=3306