
    var phowdSettings = (function(ns) {
        // message board
        ns.setCommentDeletedUrl = "/api/socialapi/setcommentdeleted";
        ns.commentsUrl = "/api/socialapi/comments";
        ns.profileBaseUrl = "/pub";
        ns.attachmentUploadUrl = "/Handlers/AttachmentUpload.ashx";

        ns.maxAttachmentsCount = 10;

        // add/remove retoucher
        ns.favUrl = "/team/favorite";

        ns.likeUrl = "/api/socialapi/like";
        ns.enablePushNotificationsUrl = "/api/socialapi/enablepushnotifications";

        ns.inviteOnlyFlagId = 64;
        ns.maxInvitedEditorsCount = 15;
        ns.fetchRetouchersUrl = "/invite/fetchretouchers";
        ns.applyEditingRetouchersUrl = "/invite/applyeditingretouchers";

        ns.startOrderUrl = "/upload-photos-for-retouching";
        ns.deleteOrderUrl = "/order/deleteorder";
        ns.closeOrderUrl = "/order/closeorder";

        ns.cancelEditProfileUrl = "/profile";
        ns.uploadProfilePictureUrl = "/Handlers/ProfilePictureUpload.ashx";
        ns.saveProfileLocationUrl = "/profile/savelocation";

        ns.rateUrl = "/photo-edit/rate";
        ns.moreEditsUrl = "/photo-edit/editsfororderitempartial";
        ns.moreSubmissionItemsUrl = "/photo-edit/moreitemspartial";
        ns.moreItemsUrl = "/moreitemspartial";
        ns.relatedItems = "/moreitemspartial";

        ns.inboxUrl = "/inbox";

        // financial accounts
        ns.deleteFinAccountUrl = "/settings/deletefinancialaccount";
        ns.addPayPalUrl = "/settings/addpaypalaccount";
        //ns.addSkrillUrl = "/settings/addskrillaccount";
        ns.addStripeUrl = "/settings/addstripeaccount";
        ns.stripeKey = "pk_live_0sb7yRx9AAlQ5XFqcLKaglbo00WjU5v8hl";

        return ns;
    })(window.phowdSettings || {});

