We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 798ded9 commit 8545265Copy full SHA for 8545265
defaults/config.ini.default
@@ -8,7 +8,7 @@ repo = "https://github.com/UnityHPC/unity-web-portal" ; Upstream URL for the we
8
[site]
9
prefix = "" ; prefix of website, no ending / should be included
10
name = "Unity Cluster" ; Name of the website
11
-url = "https://127.0.0.1:8000/" ; URL of the website
+url = "http://127.0.0.1:8000/" ; URL of the website
12
description = "The Unity Web Portal is a lightweight HPC cluster front-end" ; Description of the website
13
logo = "logo.png" ; path to logo file, in the webroot/assets/branding folder
14
terms_of_service_url = "https://github.com" ; this can be external or a portal page created with "content management"
0 commit comments