Skip to content

Commit c2632be

Browse files
committed
Updated config
NOTIFY_UPDATES now either true or false
1 parent 4739567 commit c2632be

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.env

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ REGISTER_AUTH=verified
55
#Internal notifications=Changes if certain messages should be displayed or not.
66
#=NOTIFY_EVENTS notifies admins if an important event is happening, such as polls about the future of this project or security vulnerabilities.
77
NOTIFY_EVENTS=true
8-
#=NOTIFY_UPDATES either all, major or false. All notifies about all updates, major only notifies about major or important updates, false does not notify about any updates.
9-
NOTIFY_UPDATES=major
8+
#=NOTIFY_UPDATES either true or false.
9+
NOTIFY_UPDATES=true
1010
DISPLAY_FOOTER=true
1111
DISPLAY_CREDIT=true
1212

storage/backups/default_settings

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ REGISTER_AUTH=verified
55
#Internal notifications=Changes if certain messages should be displayed or not
66
#=NOTIFY_EVENTS notifies admins if an important event is happening, such as polls about the future of this project or security vulnerabilities.
77
NOTIFY_EVENTS=true
8-
#=NOTIFY_UPDATES either all, major or false. All notifies about all updates, major only notifies about major or important updates, false does not notify about any updates.
9-
NOTIFY_UPDATES=major
8+
#=NOTIFY_UPDATES either true or false.
9+
NOTIFY_UPDATES=true
1010
DISPLAY_FOOTER=true
1111
DISPLAY_CREDIT=true
1212

0 commit comments

Comments
 (0)