mirror of
				https://github.com/Crazyco-xyz/48hr.email.git
				synced 2025-11-04 07:16:32 +01:00 
			
		
		
		
	Consistency
I swear this is the last of those patches...
This commit is contained in:
		
							parent
							
								
									17cf534612
								
							
						
					
					
						commit
						e5d9a6cf8c
					
				
					 2 changed files with 3 additions and 3 deletions
				
			
		
							
								
								
									
										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…
	
	Add table
		
		Reference in a new issue