parent
17cf534612
commit
e5d9a6cf8c
2
app.json
2
app.json
|
@ -56,7 +56,7 @@
|
|||
"description": "Examples of the domains",
|
||||
"value": {
|
||||
"email": "example@48hr.email",
|
||||
"ids": [1, 2, 3]
|
||||
"uids": [1, 2, 3]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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
|
||||
}
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue