forked from rolka/antVel
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env-example
More file actions
34 lines (26 loc) · 692 Bytes
/
.env-example
File metadata and controls
34 lines (26 loc) · 692 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
APP_ENV = false
APP_DEBUG = true
APP_KEY = antvelAppKey
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=homestead
DB_USERNAME=homestead
DB_PASSWORD=secret
CACHE_DRIVER = file
SESSION_DRIVER = file
QUEUE_DRIVER = sync
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 - an Laravel eCommerce"
MAIL_PRETEND = true
EMAIL_WIDTH = 800
MAIN_SERVER = http://antvel.com/
RECAPTCHA_PUBLIC_KEY = antvelRecaptcahPrivateKey
RECAPTCHA_PRIVATE_KEY = antvelRecaptcahPrivateKey
GOOGLE_MAP_KEY = AIzaSyDWl1hvvnQsgEZ-DQ90LIU8se1JNa9AKkw