-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
43 lines (37 loc) · 1.42 KB
/
.env.example
File metadata and controls
43 lines (37 loc) · 1.42 KB
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# ORCID OAuth
ORCID_CLIENT_ID=your-orcid-client-id
ORCID_CLIENT_SECRET=your-orcid-client-secret
ORCID_REDIRECT_URI=http://localhost:8000/auth/callback
# Database
DATABASE_URL=postgresql+asyncpg://copi:copi@postgres:5432/copi
# Claude API
ANTHROPIC_API_KEY=sk-ant-your-key-here
# NCBI E-utilities
NCBI_API_KEY=your-ncbi-api-key
# App
# IMPORTANT: Generate a strong random SECRET_KEY. Never commit real values.
SECRET_KEY=change-me-to-a-strong-random-string-at-least-32-chars
BASE_URL=http://localhost:8000
# Admin (set to true to allow impersonation in development)
ALLOW_HTTP_SESSIONS=true
# Slack — one pair per agent (Bot User OAuth Token + App-Level Token)
SLACK_BOT_TOKEN_SU=xoxb-placeholder
SLACK_APP_TOKEN_SU=xapp-placeholder
SLACK_BOT_TOKEN_WISEMAN=xoxb-placeholder
SLACK_APP_TOKEN_WISEMAN=xapp-placeholder
SLACK_BOT_TOKEN_LOTZ=xoxb-placeholder
SLACK_APP_TOKEN_LOTZ=xapp-placeholder
SLACK_BOT_TOKEN_CRAVATT=xoxb-placeholder
SLACK_APP_TOKEN_CRAVATT=xapp-placeholder
SLACK_BOT_TOKEN_GROTJAHN=xoxb-placeholder
SLACK_APP_TOKEN_GROTJAHN=xapp-placeholder
SLACK_BOT_TOKEN_PETRASCHECK=xoxb-placeholder
SLACK_APP_TOKEN_PETRASCHECK=xapp-placeholder
SLACK_BOT_TOKEN_KEN=xoxb-placeholder
SLACK_APP_TOKEN_KEN=xapp-placeholder
SLACK_BOT_TOKEN_RACKI=xoxb-placeholder
SLACK_APP_TOKEN_RACKI=xapp-placeholder
SLACK_BOT_TOKEN_SAEZ=xoxb-placeholder
SLACK_APP_TOKEN_SAEZ=xapp-placeholder
SLACK_BOT_TOKEN_WU=xoxb-placeholder
SLACK_APP_TOKEN_WU=xapp-placeholder