forked from rubythonode/App-2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
44 lines (37 loc) · 832 Bytes
/
.env.example
File metadata and controls
44 lines (37 loc) · 832 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
43
APP_ENV=local
APP_KEY=
APP_NAME=Laravel
APP_DEBUG=true
APP_KEY=
APP_LOG_LEVEL=debug
APP_URL=http://localhost
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=antvel
DB_USERNAME=root
DB_PASSWORD=secret
CACHE_DRIVER=file
SESSION_DRIVER=file
SESSION_COOKIE = "Antvel"
QUEUE_DRIVER=sync
REDIS_HOST=127.0.0.1
REDIS_PASSWORD=null
REDIS_PORT=6379
MAIL_DRIVER=mail
MAIL_HOST=mail.antvel.com
MAIL_PORT=587
MAIL_USERNAME=app@antvel.com
MAIL_ENCRYPTION=ssl
MAIL_PASSWORD=antvelpass
MAIL_FROMADDRESS=app@antvel.com
MAIL_FROMNAME="Antvel - Laravel ecommerce"
MAIL_PRETEND=true
EMAIL_WIDTH=800
MAIN_SERVER=http://antvel.com/
PUSHER_APP_ID=
PUSHER_APP_KEY=
PUSHER_APP_SECRET=
RECAPTCHA_PUBLIC_KEY=antvelRecaptcahPrivateKey
RECAPTCHA_PRIVATE_KEY=antvelRecaptcahPrivateKey
GOOGLE_MAP_KEY=AIzaSyDWl1hvvnQsgEZ-DQ90LIU8se1JNa9AKkw