-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy path.env.example
More file actions
39 lines (29 loc) · 784 Bytes
/
.env.example
File metadata and controls
39 lines (29 loc) · 784 Bytes
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
APP_ENV=local
APP_DEBUG=true
APP_KEY=SomeRandomString
WHOIS_QUERY_URL=http://whois.example.com/proc.php
RPKI_SERVER_URL=http://whois.example.com/rpki_export.json
API_DOCS_URL=http://api-docs.example.com/
MAIL_FROM_ADDRESS=admin@example.com
MAIL_FROM_NAME="BGP Admin Name [NoReply]"
DB_HOST=localhost
DB_DATABASE=homestead
DB_USERNAME=homestead
DB_PASSWORD=secret
CACHE_DRIVER=file
SESSION_DRIVER=file
QUEUE_DRIVER=sync
REDIS_HOST=localhost
REDIS_PASSWORD=null
REDIS_PORT=6379
MAIL_DRIVER=mailgun
MAILGUN_DOMAIN=XXXXXXXXXXX.XX
MAILGUN_SECRET=key-XXXXXXXXXXXXXXXXXX
WWWS_EMAIL=XXXXXXX@XXXX.XX
WWWS_PASSWORD=XXXXXXX
ES_HOST=localhost
ES_PORT=9200
WHOIS_DB_ARIN_KEY=XXXXXXXXXXX
WHOIS_DB_APNIC_BASE_URL=XXXXXXXXXXX
WHOIS_DB_AFRINIC_BASE_URL=XXXXXXXXXXX
CLICKHOUSE_HOST=localhost