Skip to content

Instantly share code, notes, and snippets.

@cgatesman
Last active April 4, 2017 19:50
Show Gist options
  • Save cgatesman/3807cecf076d474afe1cf4f42633be96 to your computer and use it in GitHub Desktop.
Save cgatesman/3807cecf076d474afe1cf4f42633be96 to your computer and use it in GitHub Desktop.
Branding section to be added to environment.json as a "branding" property
{
"name": "hewlett-packard",
"brandName": "The Hewlett-Packard Company",
"securityRealm": "DMO",
"legalName": "HP Development Company, L.P.",
"phone": "444-555-3333",
"address": "555 Heritage Road, Southbury, CT 06488",
"supportEmail": "support@hp.com",
"poweredBy": "Powered by IBM Watson",
"aboutUrl": "http://www8.hp.com/us/en/hp-information/index.html",
"homeUrl": "http://www.hp.com",
"helpUrl": "http://www8.hp.com/us/en/contact-hp/contact.html",
"privacyUrl": "http://www8.hp.com/us/en/privacy/privacy.html",
"termsUrl": "http://www8.hp.com/us/en/terms-of-use.html"
}
@webdevbrian
Copy link

Alright so we're going for a single line for all of the address info? Seems ok I guess.

@cgatesman
Copy link
Author

Unless we find out we need city, state, zip separate for some reason. Otherwise, it's difficult to make assumptions that they're all there? For example, what about international addresses?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment