forked from intelowlproject/IntelOwl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathenv_file_app_travis
53 lines (49 loc) · 1.1 KB
/
env_file_app_travis
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
44
45
46
47
48
49
50
51
52
53
# !!!! This file is used only to give required variables to the Travis Build
# Required Secrets
DJANGO_SECRET=w+)7%=iw^&qmz&w3n15j%@b=c_relh6ejio$=54)i%h%i0h22^
DB_HOST=postgres
DB_PORT=5432
DB_USER=user
DB_PASSWORD=password
SHODAN_KEY=test
ABUSEIPDB_KEY=test
AUTH0_KEY=test
SECURITYTRAILS_KEY=test
GSF_KEY=test
OTX_KEY=test
CIRCL_CREDENTIALS=user|pass
VT_KEY=test
HA_KEY=test
INTEZER_KEY=test
FIRST_MISP_API=test
MISP_KEY=test
MAXMIND_KEY=test
DNSDB_KEY=test
HONEYDB_API_ID=test
HONEYDB_API_KEY=test
HUNTER_API_KEY=test
CENSYS_API_ID=test
CENSYS_API_SECRET=test
ONYPHE_KEY=test
GREYNOISE_API_KEY=test
# Test tokens
TEST_JOB_ID=1
TEST_IP=8.8.8.8
TEST_DOMAIN=www.google.com
TEST_URL=https://www.google.com/search?test
TEST_MD5=446c5fbb11b9ce058450555c1c27153c
# URLs
CUCKOO_URL=http://fake_url.com
MISP_URL=http://fake_url.com
FIRST_MISP_URL=http://fake_url.com
VT_NOTIFY_URL=http://fake_url.com
# other variables
DEBUG=True
DISABLE_LOGGING_TEST=True
MOCK_CONNECTIONS=True
CELERY_BROKER_URL=amqp://guest:guest@rabbitmq:5672
DB_NAME=intel_owl_db
HTTPS_ENABLED=not_enabled
AWS_SECRETS=False
AWS_SQS=False
AWS_REGION=eu-central-1