summaryrefslogtreecommitdiff
path: root/config.py
blob: 4f2b018bfce4321e708e88667d2e247aef3239d3 (plain)
1
2
3
4
5
6
7
8
9
# -*- mode: python; -*-


# DEBUG = True
SECRET_KEY = "Scooby_Lu,_where_are_you?"


SQLALCHEMY_DATABASE_URI = "sqlite:///" + "test.db"
SQLALCHEMY_TRACK_MODIFICATIONS = True
Copyright 2019--2024 Marius PETER