Browse Source

Update ghost.json (#125)

Add url env variable
Rudy A. Hernandez 2 years ago
parent
commit
b6527df891
1 changed files with 6 additions and 1 deletions
  1. 6 1
      template/apps/ghost.json

+ 6 - 1
template/apps/ghost.json

@@ -9,7 +9,12 @@
             "default": "development",
             "label": "NODE_ENV",
             "name": "NODE_ENV"
-        }
+	},
+	{
+            "default": "http://localhost/",
+            "label": "url",
+            "name": "url"
+	}    
     ],
     "image_arm32": "ghost:latest",
     "image_arm64": "ghost:latest",