forked from inex/IXP-Manager
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.travisci
49 lines (34 loc) · 1.24 KB
/
.env.travisci
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
# the follow are for accessing the test database via the IXP Manager UI on
# barryo's development platform:
APP_KEY="base64:8QNjg1qPkdRSRntnjpKbfBpfUtENOu40WQtxHJWdTXs="
APP_URL="http://127.0.0.1:8000"
APP_ENV="development"
APP_DEBUG=true
APP_TIMEZONE="Europe/Dublin"
APP_LOG="single"
DB_HOST=127.0.0.1
DB_DATABASE=myapp_test
DB_USERNAME=travis
DB_PASSWORD=
#######################################################################################
### Graphing - see https://ixp-manager.readthedocs.org/en/latest/features/grapher.html
### Needed for the MRTG config generation test.
GRAPHER_BACKENDS="mrtg|smokeping|sflow|dummy"
GRAPHER_BACKEND_MRTG_WORKDIR="/tmp"
GRAPHER_BACKEND_MRTG_LOGDIR="/tmp"
GRAPHER_BACKEND_SFLOW_ENABLED=true
### end graphing
#GRAPHER_ACCESS_IXP=1
IXP_API_JSONEXPORTSCHEMA_PUBLIC=true
MAIL_DRIVER=log
IXP_FE_BETA_CORE_BUNDLES=true
# IP address and port of the first RPKI local cache:
IXP_RPKI_RTR1_HOST=10.39.5.123
IXP_RPKI_RTR1_PORT=3323
# While not required, we recommend you also install a second validator:
IXP_RPKI_RTR2_HOST=10.39.5.124
IXP_RPKI_RTR2_PORT=3323
IXP_FE_FRONTEND_CUSTOMER_ONE=customer
IXP_FE_FRONTEND_CUSTOMER_MANY=customers
IXP_FE_FRONTEND_CUSTOMER_OWNER="customer's"
IXP_FE_FRONTEND_CUSTOMER_OWNERS="customers'"