feat: abstracted all domain instances away to the configuration files
This commit is contained in:
@@ -28,12 +28,6 @@ SSH_LISTEN_PORT = 2222
|
||||
SSH_DOMAIN = localhost
|
||||
BUILTIN_SSH_SERVER_USER = git
|
||||
|
||||
; --- No SSL ---
|
||||
; DOMAIN = localhost
|
||||
; ROOT_URL = http://localhost:80/
|
||||
; HTTP_PORT = 80
|
||||
|
||||
; --- Self-Signed Certificate ---
|
||||
PROTOCOL = https
|
||||
ROOT_URL = https://localhost:443/
|
||||
DOMAIN = localhost
|
||||
|
||||
Reference in New Issue
Block a user