Skip to content

Commit 0454d09

Browse files
committed
Make debug disabled by default
1 parent 36057a4 commit 0454d09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ PC_IMAGE_RELEASES_URL=https://github.com/OS2borgerPC/os2borgerpc-image/releases
3939
KIOSK_IMAGE_RELEASES_URL=https://github.com/OS2borgerPC/os2borgerpc-kiosk-image/releases
4040

4141
# Enable debug mode
42-
DEBUG=True
42+
DEBUG=False
4343

4444
# Secret key for Django
4545
SECRET_KEY=v3rys1kr3t

0 commit comments

Comments
 (0)