From 8bb198b73ee81ca4ff129f6815d25a1070b662ce Mon Sep 17 00:00:00 2001 From: Josh <72828296+JoshAtticus@users.noreply.github.com> Date: Sat, 17 Sep 2022 12:33:03 +0800 Subject: [PATCH 1/2] Remove firefox link --- server/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/config.js b/server/config.js index 872d946f..4a9d0898 100644 --- a/server/config.js +++ b/server/config.js @@ -165,7 +165,7 @@ const conf = convict({ }, base_url: { format: 'url', - default: 'https://send.firefox.com', + default: 'https://send.vis.ee', env: 'BASE_URL' }, custom_title: { From e7f3c91d0b040b4ef7a643953ef01cd6a14512ab Mon Sep 17 00:00:00 2001 From: Josh <72828296+JoshAtticus@users.noreply.github.com> Date: Mon, 19 Sep 2022 15:46:47 +0800 Subject: [PATCH 2/2] Update config.js --- server/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/config.js b/server/config.js index 4a9d0898..7c0f43cc 100644 --- a/server/config.js +++ b/server/config.js @@ -165,7 +165,7 @@ const conf = convict({ }, base_url: { format: 'url', - default: 'https://send.vis.ee', + default: 'https://send.example.com', env: 'BASE_URL' }, custom_title: {