From 919c770fe37de319793f444f77c3756e6720108a Mon Sep 17 00:00:00 2001 From: ClaraCrazy Date: Mon, 21 Oct 2024 02:24:33 +0200 Subject: [PATCH] last minor example update --- application/config.sample.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/config.sample.js b/application/config.sample.js index 4d4bde5..d6de4f4 100644 --- a/application/config.sample.js +++ b/application/config.sample.js @@ -22,7 +22,7 @@ const config = { }, http: { // HTTP configuration port: normalizePort(process.env.HTTP_PORT || 3000), // http port to listen on - branding: process.env.HTTP_BRANDING || ["48hr.email", "CrazyCo", "https://crazyco.xyz"], // branding + branding: process.env.HTTP_BRANDING || ["48hr.email", "CrazyCo", "https://crazyco.xyz"], // branding [service_title, company_name, company_url] displaySort: process.env.HTTP_DISPLAY_SORT || 0, // Sorting logic used for display: // 0 does not modify, // 1 sorts alphabetically,