Skip to content
This repository has been archived by the owner on May 25, 2022. It is now read-only.

Config File內容說明

r1235613 edited this page Aug 8, 2019 · 1 revision
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

Clone this wiki locally