You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LINE 與 DB 憑證來源:OS keychain 為主(keyring,服務名 bridgeaid,鍵 LINE_CHANNEL_ID、LINE_CHANNEL_SECRET、LINE_CHANNEL_ACCESS_TOKEN、DATABASE_URL),環境變數為 fallback(CI/容器)。
LINE 憑證對應:channel id + channel secret 為 console 基本憑證(secret 用於驗 webhook 簽章);channel access token 另行核發,僅 reply/push API 需要。
設定方式(互動輸入,值不經 shell 參數、不入版控/日誌):uv run keyring set bridgeaid <key>(例:LINE_CHANNEL_SECRET)。