-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path.env
35 lines (29 loc) · 724 Bytes
/
.env
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
APP_NAME='SAI I LAMA'
APP_ENV=local
APP_KEY=base64:AulbJmlNs6e9VHnaKzN/DnkGzL7Ih5g6wFA1XiQfSX8=
APP_DEBUG=true
APP_LOG_LEVEL=debug
APP_URL=http://localhost
# DATABASE_URL="postgresql://postgres:password@localhost:5432/laravel?schema=public"
DB_CONNECTION=pgsql
DB_HOST=localhost
DB_PORT=5432
DB_DATABASE=laravel
DB_USERNAME=postgres
DB_PASSWORD=root
BROADCAST_DRIVER=log
CACHE_DRIVER=file
SESSION_DRIVER=file
QUEUE_DRIVER=sync
REDIS_HOST=127.0.0.1
REDIS_PASSWORD=null
REDIS_PORT=6379
MAIL_DRIVER=smtp
MAIL_HOST=smtp.gmail.com
MAIL_PORT=587
MAIL_USERNAME=jguiyo@gmail.com
MAIL_PASSWORD=ipipgvqhmbtamhoc
MAIL_ENCRYPTION=tls
PUSHER_APP_ID=1652781
PUSHER_APP_KEY=7a51308c9c45f4d6a9e0
PUSHER_APP_SECRET=e9c8ce2d636674db6125