cr-connect-workflow/config/testing.py

9 lines
223 B
Python

import os
basedir = os.path.abspath(os.path.dirname(__file__))
NAME = "CR Connect Workflow"
CORS_ENABLED = False
DEVELOPMENT = True
TESTING = True
SQLALCHEMY_DATABASE_URI = "sqlite:////" + os.path.join(basedir, "test.db")