12 lines
505 B
Plaintext
12 lines
505 B
Plaintext
|
|
# Copy this file to ".env" (same directory) and fill in real values.
|
||
|
|
# The CLI loads .env automatically. NEVER commit the real .env (it is git-ignored).
|
||
|
|
#
|
||
|
|
# From the Azure AD (Entra) app registration — see references/setup.md.
|
||
|
|
|
||
|
|
SP_TENANT_ID=00000000-0000-0000-0000-000000000000
|
||
|
|
SP_CLIENT_ID=00000000-0000-0000-0000-000000000000
|
||
|
|
SP_CLIENT_SECRET=your-client-secret-value-here
|
||
|
|
|
||
|
|
# Optional: default site so you can omit --site on every command.
|
||
|
|
# SP_SITE_URL=https://contoso.sharepoint.com/sites/Marketing
|