Add test.sh

This commit is contained in:
ChenKaiLiuG
2025-12-23 22:47:40 +08:00
parent a8f57ec60b
commit 13c8f8aa3c
5 changed files with 248 additions and 86 deletions

View File

@@ -1,5 +1,8 @@
# PostgreSQL 密碼
DB_PASSWORD=your_secure_password_here
# Chatwoot Secret Key (使用以下命令生成: openssl rand -hex 64)
CHATWOOT_SECRET_KEY=your_chatwoot_secret_key_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