DEBUG = True SQLALCHEMY_DATABASE_URI = 'postgresql://iri:iri@localhost:5432/gserver' CACHE_TYPE = "simple" CACHE_KEY_PREFIX = "tweet_gserver_"