SECRET_KEY = "Scooby_Lu,_where_are_you?" db_name = "fapg.db" SQLALCHEMY_DATABASE_URI = "sqlite:///" + db_name SQLALCHEMY_TRACK_MODIFICATIONS = True