From 3ba26a4c535343acdda54d5fad07c0b9a8d3371a Mon Sep 17 00:00:00 2001 From: Jonatan Nilsson Date: Mon, 4 Jan 2021 10:19:59 +0000 Subject: [PATCH] Switch to using cdn nfp direct url --- config/config.default.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.default.json b/config/config.default.json index 1a0093b..07ce7e7 100644 --- a/config/config.default.json +++ b/config/config.default.json @@ -40,7 +40,7 @@ "bcrypt": 5, "fileSize": 524288000, "upload": { - "baseurl": "http://192.168.42.14", + "baseurl": "https://cdn.nfp.is", "port": "2111", "host": "storage01.nfp.is", "name": "nfpmoe-dev",