Wisdom Ebong

Results 1 comments of Wisdom Ebong

Default .env file should look like this ``` export WORKON_HOME=.forest APP_NAME=bast-framework APP_KEY=yJ521GIk7EJHYfs387rVQSSTU2nsKVkaGkR/QjoTGL8= HOST=localhost PORT=2000 DEBUG=True DB_TYPE=mysql DB_NAME=bast DB_HOST=localhost DB_USER=user DB_PASSWORD=password DB_PREFIX= ``` WORKON_HOME allows pipenv to setup the virtual environment...