Done
This commit is contained in:
15
.env
Normal file
15
.env
Normal file
@@ -0,0 +1,15 @@
|
||||
# .env
|
||||
# 將敏感資訊存放在此,並確保此檔案被加入 .gitignore,不要上傳到版本控制系統
|
||||
|
||||
# 資料庫連線字串
|
||||
# 格式: mysql+pymysql://<user>:<password>@<host>:<port>/<dbname>
|
||||
DATABASE_URL="mysql+pymysql://A060:WLeSCi0yhtc7@mysql.theaken.com:33306/db_A060"
|
||||
|
||||
# Flask 的 Secret Key
|
||||
SECRET_KEY="933f9064329f29e642b20089e6ee16b3dd15da6acb6fdd98"
|
||||
|
||||
# ONLYOFFICE Document Server URL
|
||||
ONLYOFFICE_URL="http://localhost:8080/"
|
||||
|
||||
# Secret key for ONLYOFFICE JWT
|
||||
ONLYOFFICE_JWT_SECRET="933f9064330f29e642b20089e6ee16b3dd15da6acb6fdd98"
|
Reference in New Issue
Block a user