window.Fluent = window.Fluent || {};
window.Fluent.env = {
    "env": "test",

    "googleAnalyticsID" : "UA-79456407-1",
    "googleTagManagerID": "GTM-NH7KZXK",

    "apiURL": "https://{account+'.'}{env+'.'}api.fluentretail.com",
    "flexApiURL": "https://{account+'.'}{env+'.'}api.fluentretail.com/orchestration",

    imports:{
        "feshared": {path: "fe-shared"},
        "baseapp": {path: "modules"},
        "orchestration": {path: "https://{account+'.'}orchestration.test.engineering.fluentretail.com/modules"},
        "servicepoint": {path: "https://{account+'.'}servicepoint.test.engineering.fluentretail.com/modules"},
    }
};
