-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.env.example
More file actions
26 lines (23 loc) · 934 Bytes
/
Copy path.env.example
File metadata and controls
26 lines (23 loc) · 934 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# CJA SDR Generator - Environment Variables
# Copy this file to .env and fill in your credentials
# These values will override any settings in config.json
#
# To enable .env file loading, install python-dotenv:
# uv add python-dotenv
# # or
# pip install python-dotenv
# ============================================================
# Adobe OAuth Server-to-Server Authentication (Required)
# ============================================================
ORG_ID=your_org_id@AdobeOrg
CLIENT_ID=your_client_id
SECRET=your_client_secret
SCOPES=your_scopes_from_developer_console
# ============================================================
# Optional Settings
# ============================================================
# SANDBOX=your_sandbox_name
# ============================================================
# Logging Configuration (optional)
# ============================================================
# LOG_LEVEL=INFO