9 lines
288 B
Plaintext
9 lines
288 B
Plaintext
# PostgreSQL 密碼
|
|
DB_PASSWORD=your_secure_password_here
|
|
|
|
# Papercups Secret Key (使用以下命令生成: openssl rand -hex 64)
|
|
PAPERCUPS_SECRET_KEY=your_papercups_secret_key_here
|
|
|
|
# Papercups API Token (從 Papercups Settings 取得)
|
|
PAPERCUPS_API_TOKEN=your_papercups_api_token_here
|