Commit 991fbe4e authored by Beno Sons's avatar Beno Sons

.env in readme

parent 3658fe21
......@@ -10,3 +10,25 @@ JWT_SECRET_KEY=your-jwt-secret-key
FLASK_APP=run.py
FLASK_ENV=development
PORT=8000
-----------------------------
SECRET_KEY=your-secret-key
DATABASE_URL=postgresql://postgres:khansia215758@30.10.20.102/BUILDER
JWT_SECRET_KEY=your-jwt-secret-key
FLASK_APP=run.py
FLASK_ENV=development
PORT=8000
MAIL_SERVER=smtp.gmail.com
MAIL_PORT=587
MAIL_USE_TLS=True
MAIL_USERNAME=re.sonjaya@gmail.com
MAIL_PASSWORD=cmqlzsfuosdfibvl
MAIL_DEFAULT_SENDER=re.sonjaya@gmail.com
APP_NAME=FLASK API
SWAGGER_TITLE=Your Dynamic API Title
SWAGGER_DESCRIPTION=This is a dynamically configured API documentation.
SWAGGER_VERSION=1.0.0
---------------------------------
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment