This commit is contained in:
beabigegg
2025-08-20 15:13:31 +08:00
commit 825aa2e60f
30 changed files with 2136 additions and 0 deletions

15
.env Normal file
View 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"