Files
openswarm/backend/.env.example

22 lines
1.0 KiB
Bash

# =============================================================================
# Backend Server
# =============================================================================
# Dev default is 8325 (avoids collision with prod's 8324).
# Override via OPENSWARM_PORT env var or ports.config.json.
BACKEND_PORT=8325
GOOGLE_OAUTH_CLIENT_ID=your-google-oauth-client-id.apps.googleusercontent.com
GOOGLE_OAUTH_CLIENT_SECRET=your-google-oauth-client-secret
# =============================================================================
# macOS Code Signing & Notarization (required for ./scripts/build-app.sh --publish)
# =============================================================================
APPLE_ID=your-apple-id@example.com
APPLE_APP_SPECIFIC_PASSWORD=xxxx-xxxx-xxxx-xxxx
APPLE_TEAM_ID=ABCDE12345
# =============================================================================
# GitHub Releases (required for --publish)
# =============================================================================
GH_TOKEN=ghp_your-github-personal-access-token