-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy path.env.example
50 lines (43 loc) · 995 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
APP_ENV=local
APP_DEBUG=true
APP_KEY=SomeRandomString
APP_URL=your-domain-url
APP_NAME="Event Repo"
APP_TAGLINE="Event Repository"
APP_FEEDBACK_EMAIL=your-feedback-email-address
APP_SUPERUSER=1
APP_FB_APP_ID=1111111111
FACEBOOK_APP_ID=999
FACEBOOK_APP_SECRET=
FACEBOOK_GRAPH_VERSION=v5.0
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=33306
DB_DATABASE=event-repo-db-name
DB_USERNAME=root
DB_PASSWORD=db-password
CACHE_DRIVER=file
SESSION_DRIVER=file
QUEUE_DRIVER=sync
MAIL_DRIVER=smtp
MAIL_HOST=smtp.mailgun.org
MAIL_PORT=587
MAIL_PASSWORD=your-mail-password
MAIL_DOMAIN=your-domain
MAIL_SECRET=your-mail-secret
TWITTER_CONSUMER_KEY=999
TWITTER_CONSUMER_SECRET=
TWITTER_ACCESS_TOKEN=
TWITTER_ACCESS_SECRET=
GOOGLE_ANALYTICS=
# social links
SOCIAL_FACEBOOK=
SOCIAL_INSTAGRAM=
SOCIAL_TWITTER=
SOCIAL_GITHUB=
# hashed basic auth access for API
SHIELD_USER=
SHIELD_PASSWORD=