Created
August 16, 2013 18:34
-
-
Save y0n3r/6252361 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if (!window._AIM) window._AIM = {}; | |
$.extend(window._AIM, { | |
config: { | |
aimContextRoot: "/aim", | |
aimHost: "aim.foodnetwork.com", | |
contactUsUrl: "http://www.foodnetwork.com/about/viewer-relations", | |
janrainAppId: "N/A", | |
janrainAppUrl: "https://login.dev1-foodnetwork.com", | |
loginURL: "https://mysecure.foodnetwork.com/aim/rest/login", | |
registerURL: "https://mysecure.foodnetwork.com/aim/rest/register", | |
resetpwdURL: "http://aim.foodnetwork.com/aim/rest/login/resetpassword/reset", | |
siteCode: "FN", | |
siteName: "FoodNetwork.com", | |
ssoURL: "https://mysecure.scrippscontroller.com/siteminderagent/forms/login.fcc", | |
ssoagentURL: "www.scrippscontroller.com", | |
ssotargetURL: "http://www.scrippscontroller.com/javaloginrealm" | |
} | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment