-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env
39 lines (31 loc) · 849 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
36
37
38
39
APP_NAME=Nexus
APP_ENV=local
APP_KEY=base64:xWdLc4KY3iJKHCupluHuu1nDwvprk4OAqnsc6RRrGsA=
APP_DEBUG=true
APP_LOG_LEVEL=debug
APP_URL=http://localhost:8000
DB_CONNECTION=pgsql
DB_HOST=localhost
DB_PORT=5432
DB_SCHEMA=lbaw2261
DB_DATABASE=postgres
DB_USERNAME=postgres
DB_PASSWORD=pg!password
BROADCAST_DRIVER=pusher
CACHE_DRIVER=file
SESSION_DRIVER=file
SESSION_LIFETIME=120
QUEUE_DRIVER=sync
PUSHER_APP_ID=1515597
PUSHER_APP_KEY=c827040c068ce8231c02
PUSHER_APP_SECRET=b1c2a48a3bbfb2df4f10
PUSHER_APP_CLUSTER=eu
MAIL_MAILER=smtp
MAIL_HOST=smtp.mailtrap.io
MAIL_PORT=2525
MAIL_USERNAME=7f924aafc76b47
MAIL_PASSWORD=f8b71d00c4e8e6
MAIL_ENCRYPTION=tls
GOOGLE_CLIENT_ID=121304017815-0pf5pssci4bl019dofjd76opt58i9avv.apps.googleusercontent.com
GOOGLE_CLIENT_SECRET=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
GOOGLE_REDIRECT=http://localhost:8000/callback