-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.example.env
More file actions
42 lines (35 loc) · 1.01 KB
/
config.example.env
File metadata and controls
42 lines (35 loc) · 1.01 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
# Database - Postgres
DB_USER_PG=username
DB_PASS_PG=password
DB_HOST_PG=host
DB_PORT_PG=5432
DB_NAME_PG=name
# TELEGRAM BOT
TELEGRAM_API_CODE=APICCODE
TELEGRAM_CHAT_ID=ChatID
# CHATGPT / AI API-KEY
CHATGPT_API_KEY=APIKEY
# Scraping credentials
# -------------- YesWeHack ---------------
YESWEHACK_EMAIL=your@email.com
YESWEHACK_PASSWORD=your_password
YESWEHACK_TOKEN="Bearer your_token"
# -------------- Bugcrowd ---------------
BUGCROWD_EMAIL=your@email.com
BUGCROWD_SESSION=your_session
BUGCROWD_CROWDCONTROL=your_crowdcontrol
BUGCROWD_CSRF_TOKEN=your_csrf_token
# -------------- HackerOne ---------------
HACKERONE_EMAIL=your@email.com
HACKERONE_PASSWORD=your_password
H1_SESSION=your_session
H1_CF_CLEARANCE=your_cf_clearance
H1_DEVICE_ID=your_device_id
H1_STRIPE_MID=your_stripe_mid
H1_STRIPE_SID=your_stripe_sid
# -------------- Intigriti ---------------
INTIGRITI_EMAIL=your@email.com
INTIGRITI_PASSWORD=your_password
INTIGRITI_SESSION=your_session
INTIGRITI_CSRF=your_csrf
INTIGRITI_INTERCOM_SESSION=your_intercom_session