-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.example
64 lines (51 loc) · 1.54 KB
/
.env.example
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
APP_ENV=local
APP_DEBUG=true
APP_KEY=
APP_TIMEZONE=UTC
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=homestead
DB_USERNAME=homestead
DB_PASSWORD=secret
CACHE_DRIVER=memcached
QUEUE_DRIVER=sync
OAUTH_CLIENT_ID=2
OAUTH_CLIENT_SECRET=
MOBILE_APP_NAME=mi-universidad-mobile
# PUSH NOTIFICATIONS CONFIG: Change class in App\Providers\PushNotificationsServiceProvider
# Ionic Services API disabled for push notifications: \App\Library\IonicApiV2
#IONIC_API_ENDPOINT_URL=https://api.ionic.io/
#IONIC_API_PUSH_PROFILE=
#IONIC_API_TOKEN=
# FCM Custom client: \App\Library\PushNotificationsFirebase.
# https://firebase.google.com/docs/cloud-messaging/http-server-ref
#FCM_API_ENDPOINT_URL=https://fcm.googleapis.com/fcm/send
#FCM_API_SERVER_KEY=
# brozot/Laravel-FCM client: \App\Library\PushNotificationsLaravelFCM.
FCM_SERVER_KEY=
FCM_SENDER_ID=
ITEMS_PER_PAGE_DEFAULT=20
ITEMS_PER_PAGE_CALENDAR=100
PUSH_NOTIFICATIONS_ENABLED=true
FACEBOOK_APP_ID=
FACEBOOK_SECRET=
MAIL_DRIVER=smtp
MAIL_HOST=localhost
MAIL_PORT=
MAIL_USERNAME=
MAIL_PASSWORD=
MAIL_ENCRYPTION=
MAIL_FROM_ADDRESS=
MAIL_FROM_NAME=
MAIL_RECOVER_PASSWORD_MSG="Your Mi Universidad password recovery code is: %s"
MAIL_RECOVER_PASSWORD_SUBJECT="Mi Universidad: Password recovery"
MAIL_RECOVER_PASSWORD_CODE_LENGTH=6
MAIL_RECOVER_PASSWORD_CODE_RETRY_TIME=10
MAIL_USER_CONFIRMATION_SUBJECT="Mi Universidad: Email Confirmation"
MAIL_USER_CONFIRMATION_MSG="Your Mi Universidad confirmation code is: %s"
FORCE_SSL=false
CONTACT_EMAIL=
CONTACT_SUBJECT=
DATE_FORMAT_READABLE="d/m/Y H:i"
TRUSTED_PROXIES=