8 lines
295 B
Bash
8 lines
295 B
Bash
# Copy this file to .env and fill values only if you implement server-side/OBO flows
|
|
# Do NOT commit your real .env with secrets
|
|
CLIENT_ID=your-client-id-here
|
|
TENANT_ID=your-tenant-id-here
|
|
CLIENT_SECRET=your-client-secret-here
|
|
DRIVE_ID=your-drive-id-here
|
|
PARENT_ITEM_ID=your-parent-item-id-here
|