-
Notifications
You must be signed in to change notification settings - Fork 109
/
.env.example
120 lines (95 loc) · 2.64 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
APP_NAME="Academico"
APP_ENV=local
APP_KEY=
APP_URL=http://localhost:8000
APP_DEBUG=true
LOG_CHANNEL=daily
LOG_LEVEL=debug
DB_CONNECTION=mysql
DB_HOST=localhost
DB_PORT=3306
DB_DATABASE=laravel
DB_USERNAME=root
DB_PASSWORD=root
BROADCAST_DRIVER=log
CACHE_DRIVER=file
FILESYSTEM_DISK=local
QUEUE_CONNECTION=sync
SESSION_DRIVER=file
SESSION_LIFETIME=120
MAIL_MAILER=smtp
MAIL_HOST=smtp.mailtrap.io
MAIL_PORT=2525
MAIL_USERNAME=null
MAIL_PASSWORD=null
MAIL_ENCRYPTION=null
MAIL_FROM_ADDRESS=null
MAIL_FROM_NAME="${APP_NAME}"
TELESCOPE_ENABLED=false
BACKPACK_LICENSE=
ACCOUNTING_ENABLED=true
INVOICING_SYSTEM=internal
ECUASOLUTIONS_KEY=
ECUASOLUTIONS_URL=
LMS_SYNC_TO=
SERVER_TIMEZONE=Etc/UTC
COURSES_TIMEZONE=Etc/UTC
MANAGER_EMAIL=[[email protected]]
ALLOWED_LANGUAGES="en,fr,es"
APP_LOCALE=en
APOLEARN_URL=
APOLEARN_KEY=
APOLEARN_USERNAME=
APOLEARN_PASSWORD=
APOLEARN_ADMIN_USER_ID=
APOLEARN_DEFAULT_CATEGORY_ID=
APOLEARN_DEFAULT_LEVEL_ID=
REGISTER_WITH_PICTURE_ALLOWED=true
REGISTER_WITH_PICTURE_MANDATORY=false
BACKPACK_REGISTRATION_OPEN=true
ENSURE_EMAIL_UNICITY=false
SENTRY_ENVIRONMENT=
SENTRY_LARAVEL_DSN=
EXTERNAL_MAILING_ENABLED=false
MAILING_SYSTEM=log
MAILERLITE_API_KEY=
ACTIVE_STUDENTS_MAILING_LIST_ID=
INACTIVE_STUDENTS_MAILING_LIST_ID=
CURRENCY_SYMBOL=€
CURRENCY_POSITION=after
CURRENCY_CODE=EUR
INVOICE_NUMBERING=manual
ALLOW_EMPTY_PAYMENT_METHODS=false
ALLOWED_EMPTY_INVOICE_FIELDS=
ALLOW_SCHEDULED_PAYMENTS=false
ADDING_SCHOLARSHIPS_MARKS_AS_PAID=true
# If this is set to true, the invoicing data will automatically default to the student's data
SKIP_INVOICE_DATA_STEP=true
# Specific to AFLoja, allows to define 3 different price groups for each course.
PRICE_GROUPS_ENABLED=true
# This will disable the possibility to add other products to invoices, and allow to visualize the paid balance per enrollment
INVOICES_CONTAIN_ENROLLMENTS_ONLY=false
# Allow to attach books directly to a Student (without invoicing).
DIRECT_BOOK_STUDENT_RELATION=false
BOOKS_MODULE_ENABLED=true
CHECKOUT_BOOKS_WITH_ENROLLMENTS=false
COMPANY_NAME="Academico"
COMPANY_ADDRESS="Your adress here"
COMPANY_PHONE=
COMPANY_ID=
TEACHERS_CAN_EDIT_RESULT=true
MONTHLY_REPORT=true
EXTERNAL_COURSES_ENABLED=true
EXTERNAL_COURSES_REPORT=true
PARTNERSHIP_ALERTS=true
# Allowed styles = afloja, none
CERTIFICATES_STYLE=none
# Allow to export enrollment sheets. Supported styles: afsantiago
ENROLLMENT_SHEET_STYLE=none
SEND_ABSENCE_NOTIFICATIONS=true
SEND_RESULTS_NOTIFICATIONS=true
# Requires DB-intensive computation. Can result in overly long queries to display the reports.
INCLUDE_TAKINGS_IN_REPORTS=false