Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 501 Bytes

README.md

File metadata and controls

26 lines (14 loc) · 501 Bytes

Project sys.mon


this repository contains the backend server for sys.mon application, refer this for more

Environment

Set following environment variables to run

DATABASE_URL=postgres://sys.mon.dev:password@localhost:5432/local

FLASK_DEBUG=True

FLASK_ENV=development

host=0.0.0.0

PORT=3000

SECRET_KEY=aodjaowdjakal

SMTP_PASSWORD=*your email password*

SMTP_USER=*your email address*

SQLALCHEMY_TRACK_MODIFICATIONS=False