Consistency

I swear this is the last of those patches...
main
ClaraCrazy 2024-10-21 00:22:06 +02:00
parent 17cf534612
commit e5d9a6cf8c
No known key found for this signature in database
GPG Key ID: EBBC896ACB497011
2 changed files with 3 additions and 3 deletions

View File

@ -56,7 +56,7 @@
"description": "Examples of the domains", "description": "Examples of the domains",
"value": { "value": {
"email": "example@48hr.email", "email": "example@48hr.email",
"ids": [1, 2, 3] "uids": [1, 2, 3]
} }
} }
} }

View File

@ -20,8 +20,8 @@ const config = {
port: normalizePort(process.env.HTTP_PORT || 3000), // http port to listen on 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
examples: process.env.HTTP_EXAMPLES || { // Examples to use to demonstrate the service 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 email: "example@48hr.email", // example email to keep clean, besides the UIDs specified below
ids: [1, 2, 3] // example ids to keep uids: [1, 2, 3] // example uids to keep
} }
}, },
} }