11 lines
341 B
Plaintext
11 lines
341 B
Plaintext
# ServiceTitan API Credentials (Required)
|
|
SERVICETITAN_CLIENT_ID=your_client_id_here
|
|
SERVICETITAN_CLIENT_SECRET=your_client_secret_here
|
|
SERVICETITAN_TENANT_ID=your_tenant_id_here
|
|
SERVICETITAN_APP_KEY=your_app_key_here
|
|
|
|
# Optional Configuration
|
|
SERVICETITAN_BASE_URL=https://api.servicetitan.io
|
|
PORT=3000
|
|
MODE=stdio # or "http" for web apps
|