Files
TEMP_spec_system_V2/.env
beabigegg 825aa2e60f Done
2025-08-20 15:13:31 +08:00

15 lines
552 B
Bash
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# .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"