Add .env
This commit is contained in:
parent
e03070569a
commit
80d5f2e8cc
1 changed files with 23 additions and 0 deletions
23
.env
Normal file
23
.env
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
BGP_API_URL=http://something/bgp-route/lookup
|
||||
|
||||
CLIENT_IPV4_API_URL=https://ip-v4.pixelhosting.nl/ip-api.php
|
||||
CLIENT_IPV6_API_URL=https://ip-v6.pixelhosting.nl/ip-api.php
|
||||
|
||||
BGP_VIS_ROUTER_NAME=router1.dtc.pixelhosting.nl
|
||||
|
||||
BGP_COMMUNITIES_TRANSIT=
|
||||
BGP_COMMUNITIES_IX=
|
||||
BGP_COMMUNITIES_CUSTOMER=
|
||||
|
||||
LOCATIONS='{
|
||||
"Doetinchem": {
|
||||
"ipv4": "83.142.31.2",
|
||||
"ipv6": "2a0a:6044:a800::2",
|
||||
"facility": "InterDC",
|
||||
"peeringdb_url": "https://www.peeringdb.com/fac/245",
|
||||
"iperf_in": "iperf3 -c tools.pixelhosting.nl -p 5201 -P 4",
|
||||
"iperf_out": "iperf3 -c tools.pixelhosting.nl -p 5201 -P 4 -R",
|
||||
"speedtest_url_base": "https://speedtest.as215085.net/speedtest-files/",
|
||||
"speedtest_files": ["10mb.bin", "100mb.bin", "1000mb.bin", "2000mb.bin", "5000mb.bin", "10000mb.bin"]
|
||||
}
|
||||
}'
|
||||
Loading…
Add table
Add a link
Reference in a new issue