Explorar o código

Update ghost.json (#125)

Add url env variable
Rudy A. Hernandez %!s(int64=2) %!d(string=hai) anos
pai
achega
b6527df891
Modificáronse 1 ficheiros con 6 adicións e 1 borrados
  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",