You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#=Register_auth either auth or verified. If auth is selected, no verification is required. Default is verified.
3
3
Register_auth=verified
4
4
5
+
#Internal notifications=Notify if update is available or and event is happening such as a poll about the future of this project.
6
+
Notify_events=false
7
+
Notify_updates=true
8
+
5
9
#App Settings=Changes settings regarding your LittleLink Custom installation. You probably only want to change the App Name setting.
6
10
#=App_Name changes the displayed name for the App in the title, for example.
7
11
App_Name="LittleLink Custom"
8
12
APP_KEY=
9
13
App_URL=
10
14
11
-
12
15
#Debug Settings=Changes if your page should display a full error description instead of a generic error 500
13
16
#=App_debug either true or false. You might want to change this to false after you're done installing, but it's very useful for troubleshooting.
14
17
App_debug=true
@@ -17,11 +20,9 @@ App_env=local
17
20
Log_channel=stack
18
21
Log_level=debug
19
22
20
-
21
23
#Database Settings=Should be left alone. If you wish to use mysql you'd have to seed the database again.
22
24
DB_connection=sqlite
23
25
24
-
25
26
#Mail Settings=LittleLink Custom comes with a free to use built-in SMTP server for sending mail. You can leave this setting as is, if you wish to use this service please read our terms and conditions at llc-mail.tru.io. If you do not wish to use the built-in SMTP server, change the setting below
26
27
#=Mail_mailer either smtp or built-in. Make sure to change this setting if you want to add a custom SMTP server.
27
28
Mail_mailer=built-in
@@ -33,14 +34,12 @@ Mail_encryption=
33
34
Mail_from_address=
34
35
Mail_from_name="${app_name}"
35
36
36
-
37
37
#Cache Settings=Completely optional
38
38
Memcached_host=127.0.0.1
39
39
Redis_host=127.0.0.1
40
40
Redis_password=null
41
41
Redis_port=6379
42
42
43
-
44
43
#Miscellaneous Settings=Should be left alone if you don't know what you're doing.
Copy file name to clipboardExpand all lines: resources/views/vendor/env-editor/index.blade.php
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,11 @@
27
27
</li>
28
28
</ul>
29
29
30
+
@if(env('Notify_events') ===false)
31
+
<br><br>
32
+
<astyle="color:#ffbb39; font-weight:300; font-size:120%;">You currently have Event Notifications disabled. To get notified about polls, possible security vulnerabilities or important news, change the setting <code>Notify_events</code> below to <code>true</code>. If you enable this and an event is happening, a small text will pop up on your Admin Panel which will only be visible for admins.</a>
33
+
@endif
34
+
30
35
<divclass="tab-content"id="nav-tabContent">
31
36
<divclass="tab-pane fade show active p-3"id="current-env"role="tabpanel"aria-labelledby="nav-home-tab">
#Debug Settings=Changes if your page should display a full error description instead of a generic error 500
13
16
#=App_debug either true or false. You might want to change this to false after you're done installing, but it's very useful for troubleshooting.
14
17
App_debug=true
@@ -17,11 +20,9 @@ App_env=local
17
20
Log_channel=stack
18
21
Log_level=debug
19
22
20
-
21
23
#Database Settings=Should be left alone. If you wish to use mysql you'd have to seed the database again.
22
24
DB_connection=sqlite
23
25
24
-
25
26
#Mail Settings=LittleLink Custom comes with a free to use built-in SMTP server for sending mail. You can leave this setting as is, if you wish to use this service please read our terms and conditions at llc-mail.tru.io. If you do not wish to use the built-in SMTP server, change the setting below
26
27
#=Mail_mailer either smtp or built-in. Make sure to change this setting if you want to add a custom SMTP server.
27
28
Mail_mailer=built-in
@@ -33,14 +34,12 @@ Mail_encryption=
33
34
Mail_from_address=
34
35
Mail_from_name="${app_name}"
35
36
36
-
37
37
#Cache Settings=Completely optional
38
38
Memcached_host=127.0.0.1
39
39
Redis_host=127.0.0.1
40
40
Redis_password=null
41
41
Redis_port=6379
42
42
43
-
44
43
#Miscellaneous Settings=Should be left alone if you don't know what you're doing.
0 commit comments