mirror of
https://github.com/openswarm-ai/openswarm.git
synced 2026-08-17 18:25:42 +02:00
20 lines
937 B
Bash
20 lines
937 B
Bash
# =============================================================================
|
|
# Backend Server
|
|
# =============================================================================
|
|
BACKEND_PORT=8324
|
|
|
|
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
|