skillhub/.env.release.example

18 lines
559 B
Text

# `edge` tracks the latest build from the default branch.
# For deterministic environments, pin a release tag like `v0.1.0`.
SKILLHUB_VERSION=edge
SKILLHUB_SERVER_IMAGE=ghcr.io/iflytek/skillhub-server
SKILLHUB_WEB_IMAGE=ghcr.io/iflytek/skillhub-web
POSTGRES_PORT=5432
POSTGRES_DB=skillhub
POSTGRES_USER=skillhub
POSTGRES_PASSWORD=skillhub_demo
REDIS_PORT=6379
API_PORT=8080
WEB_PORT=80
# Optional: configure real GitHub OAuth before exposing the stack to other users.
OAUTH2_GITHUB_CLIENT_ID=local-placeholder
OAUTH2_GITHUB_CLIENT_SECRET=local-placeholder