#This file contains information you need to run the software

#Read the guide on setting up a new user
#To set up a new user 
# To reset your password https://mtdify.uk/docs/changing-your-password/ 
DEFAULT_USER_EMAIL=demo@example.com
DEFAULT_USER_PASSWORD=demo123
AUTO_CREATE_DEFAULT_USER=True

#Change this if you want to, to anything random - letters and numbers only - but there's no need
SECRET_KEY="K9d8sMei3meksiK66es"

#your documents are saved in this database 
SQLITE_NAME=db.sqlite3
