Config File內容說明 - exxhentai/flask GitHub Wiki

class Config:
    SECRET_KEY = "隨機產生的密鑰,生產與開發環境不同"
    mongodb_path = "MongoDB URI"
    db_name = "資料庫名"

MongoDB URI:https://api.mongodb.com/python/current/tutorial.html#making-a-connection-with-mongoclient