Skip to content

Commit 8545265

Browse files
committed
dev environment does not have https
1 parent 798ded9 commit 8545265

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

defaults/config.ini.default

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repo = "https://github.com/UnityHPC/unity-web-portal" ; Upstream URL for the we
88
[site]
99
prefix = "" ; prefix of website, no ending / should be included
1010
name = "Unity Cluster" ; Name of the website
11-
url = "https://127.0.0.1:8000/" ; URL of the website
11+
url = "http://127.0.0.1:8000/" ; URL of the website
1212
description = "The Unity Web Portal is a lightweight HPC cluster front-end" ; Description of the website
1313
logo = "logo.png" ; path to logo file, in the webroot/assets/branding folder
1414
terms_of_service_url = "https://github.com" ; this can be external or a portal page created with "content management"

0 commit comments

Comments
 (0)