Files
creator-hub/.env.example
T
rogee 5e91eb7744
douyin-release-gate / verify (push) Failing after 3m25s
chore: 提供 .env.example 模板(真实 .env 不入库)
2026-09-22 17:08:17 +08:00

13 lines
349 B
Bash

# 复制为 .env 后填写。不要把真实 .env 提交到仓库。
# 控制面
CREATORHUB_PORT=8080
CONTROL_PLANE_USERNAME=admin
CONTROL_PLANE_PASSWORD=change-me
CREATORHUB_CREDENTIAL_MASTER_KEY= # openssl rand -base64 32
# 数据库
CREATORHUB_POSTGRES_PORT=15433
# native browser gateway
GATEWAY_TOKEN=change-me-at-least-16-random-characters