From e5d9a6cf8c62a3b6334d6acfd9ed33f626f753fc Mon Sep 17 00:00:00 2001 From: ClaraCrazy Date: Mon, 21 Oct 2024 00:22:06 +0200 Subject: [PATCH] Consistency I swear this is the last of those patches... --- app.json | 2 +- application/config.sample.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app.json b/app.json index 1d310d7..a121acf 100644 --- a/app.json +++ b/app.json @@ -56,7 +56,7 @@ "description": "Examples of the domains", "value": { "email": "example@48hr.email", - "ids": [1, 2, 3] + "uids": [1, 2, 3] } } } diff --git a/application/config.sample.js b/application/config.sample.js index f9f67c8..c525ed0 100644 --- a/application/config.sample.js +++ b/application/config.sample.js @@ -20,8 +20,8 @@ const config = { port: normalizePort(process.env.HTTP_PORT || 3000), // http port to listen on branding: process.env.HTTP_BRANDING || ["48hr.email", "CrazyCo", "https://crazyco.xyz"], // branding examples: process.env.HTTP_EXAMPLES || { // Examples to use to demonstrate the service - email: "example@48hr.email", // example email to keep clean, besides the IDs specified below - ids: [1, 2, 3] // example ids to keep + email: "example@48hr.email", // example email to keep clean, besides the UIDs specified below + uids: [1, 2, 3] // example uids to keep } }, }