last minor example update
parent
5040b06264
commit
919c770fe3
|
@ -22,7 +22,7 @@ const config = {
|
||||||
},
|
},
|
||||||
http: { // HTTP configuration
|
http: { // HTTP configuration
|
||||||
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 [service_title, company_name, company_url]
|
||||||
displaySort: process.env.HTTP_DISPLAY_SORT || 0, // Sorting logic used for display:
|
displaySort: process.env.HTTP_DISPLAY_SORT || 0, // Sorting logic used for display:
|
||||||
// 0 does not modify,
|
// 0 does not modify,
|
||||||
// 1 sorts alphabetically,
|
// 1 sorts alphabetically,
|
||||||
|
|
Loading…
Reference in New Issue