-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample.env
More file actions
21 lines (16 loc) · 906 Bytes
/
Copy pathexample.env
File metadata and controls
21 lines (16 loc) · 906 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# JitBit Cockpit — Example Configuration
# Copy this file, rename it to .env, and fill in your own values.
# Do not use quotes around values. Do not add spaces around the = sign.
# The full URL to your JitBit helpdesk (no trailing slash)
JITBIT_TENANT_URL=https://yourcompany.jitbit.com/helpdesk
# Your JitBit login email
JITBIT_USERNAME=you@yourcompany.com
# Your JitBit API token (found under Profile > API Token in JitBit)
# You can use your regular password here too, but the API token is safer
JITBIT_PASSWORD=your_api_token_here
# Your OpenRouter API key (free account at openrouter.ai)
OPENROUTER_API_KEY=sk-or-your-key-here
# Your locations as SHORT_CODE:Full Name pairs, separated by commas
# The short code should be something that naturally appears in ticket text
# You can add as many locations as you need, or remove this line entirely
LOCATIONS=HQ:Headquarters,WH:Warehouse,RMT:Remote