-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
19 lines (17 loc) · 823 Bytes
/
.env.example
File metadata and controls
19 lines (17 loc) · 823 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# OpenRouter API Configuration
OPENROUTER_API_KEY=your_openrouter_api_key_here
# App Store Connect API Configuration
# You can get these from App Store Connect > Users and Access > Integrations > App Store Connect API
APP_STORE_KEY_ID=your_key_id_here
APP_STORE_ISSUER_ID=your_issuer_id_here
# Your App Store Connect API private key (.p8 file contents)
# Make sure to include the full key including the BEGIN/END markers
# Example format:
# APP_STORE_PRIVATE_KEY="-----BEGIN PRIVATE KEY-----
# MIGHAgEAMBMGByqGSM49AgEGCCqGSM49AwEHBG0wawIBAQQgevZzL1gdAFr88hb2
# OF/2NxApJCzGCEDdfSp6VQO30hyhRANCAAQRWz+jn65BtOMvdyHKcvjBeBSDZH2r
# 1RTwjmYSi9R/zpBnuQ4EiMnCqfMPWiZqB4QdbAd0E7oH50VpuZ1P087G
# -----END PRIVATE KEY-----"
APP_STORE_PRIVATE_KEY="-----BEGIN PRIVATE KEY-----
your_private_key_content_here
-----END PRIVATE KEY-----"