Feature: Made the title configurable
This commit is contained in:
@ -1,3 +1,4 @@
|
||||
TITLE="{{ title }}"
|
||||
HOST=0.0.0.0
|
||||
PORT=80
|
||||
LOG_LEVEL=WARN
|
||||
|
||||
Reference in New Issue
Block a user
@ -1,3 +1,4 @@
|
||||
TITLE="{{ title }}"
|
||||
HOST=0.0.0.0
|
||||
PORT=80
|
||||
LOG_LEVEL=WARN
|
||||
|
||||