-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.env.example
53 lines (43 loc) · 886 Bytes
/
.env.example
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
APP_NAME=anx-api-proxy
APP_ENV=local
APP_KEY=ThisIsTemporaryKeyThatMustChange
APP_DEBUG=true
APP_URL=http://anx-api-proxy.test
APP_DOMAIN=anx-api-proxy.test
APP_API="/api/v1"
API_KEYS=
REPORT_KEY=
LOG_CHANNEL=stack
DB_CONNECTION=mysql
DB_HOST=localhost
DB_PORT=3306
DB_DATABASE=anxproxy
DB_USERNAME=homestead
DB_PASSWORD=secret
BROADCAST_DRIVER=log
CACHE_DRIVER=file
QUEUE_CONNECTION=database
SESSION_DRIVER=file
SESSION_LIFETIME=120
REDIS_HOST=127.0.0.1
REDIS_PASSWORD=null
REDIS_PORT=6379
MAIL_DRIVER=smtp
MAIL_HOST=niiknow.org
MAIL_PORT=25
MAIL_USERNAME=
MAIL_PASSWORD=
MAIL_ENCRYPTION=
MAIL_FROM_ADDRESS=notify@niiknow.org
MAIL_FROM_NAME="Me"
AWS_ACCESS_KEY_ID=
AWS_SECRET_ACCESS_KEY=
AWS_DEFAULT_REGION=
AUDIT_BUCKET=
APPNEXUS_USERNAME=
APPNEXUS_PASSWORD=
APPNEXUS_URL=https://api-test.appnexus.com
FB_APP_ID=
FB_APP_SECRET=
FB_APP_TOKEN=
L5_SWAGGER_GENERATE_ALWAYS=true