-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy path.env.example
More file actions
42 lines (33 loc) · 873 Bytes
/
Copy path.env.example
File metadata and controls
42 lines (33 loc) · 873 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
40
41
42
APP_ENV=production
APP_DEBUG=false
APP_KEY=TODO run 'php artisan key:generate' or set a 32 characters length sentence
APP_LOG=daily
CACHE_DRIVER=file
DB_HOST=localhost
DB_DATABASE=wiki
DB_USERNAME=wiki
DB_PASSWORD=secret
DB_STRICT=false
MAIL_DRIVER=smtp
MAIL_ENCRYPTION=tls
MAIL_HOST=localhost
MAIL_PORT=25
MAIL_USERNAME=user
MAIL_PASSWORD=password
MAIL_FROM_ADDRESS=noreply@example.com
MAIL_FROM_NAME=No Reply
MAIL_PRETEND=false
QUEUE_DRIVER=sync
SESSION_DRIVER=file
# https://developers.facebook.com/apps
FACEBOOK_OAUTH_CLIENT_ID=TODO
FACEBOOK_OAUTH_CLIENT_SECRET=TODO
# https://github.com/settings/applications
GITHUB_OAUTH_CLIENT_ID=TODO
GITHUB_OAUTH_CLIENT_SECRET=TODO
# https://code.google.com/apis/console/
GOOGLE_OAUTH_CLIENT_ID=TODO
GOOGLE_OAUTH_CLIENT_SECRET=TODO
# https://apps.twitter.com/
TWITTER_OAUTH_CLIENT_ID=TODO
TWITTER_OAUTH_CLIENT_SECRET=TODO