mirror of
https://github.com/bytedream/smartrelease.git
synced 2025-06-27 01:50:31 +02:00
Add custom hosts and https only mode
This commit is contained in:
11
.example.env
11
.example.env
@ -1,5 +1,8 @@
|
||||
HOST = 0.0.0.0
|
||||
PORT = 8080
|
||||
HOST=0.0.0.0
|
||||
PORT=8080
|
||||
|
||||
ENABLE_REGEX = false
|
||||
MAX_PATTER_LEN = 70
|
||||
ENABLE_REGEX=false
|
||||
MAX_PATTER_LEN=70
|
||||
|
||||
HTTPS_ONLY=true
|
||||
ENABLE_CUSTOM_HOSTS=false
|
||||
|
Reference in New Issue
Block a user