Variable RouteUrlsMapConst
RouteUrlsMap: {
development: {
api: "https://api-dev.foxochat.app";
gateway: "wss://api-dev.foxochat.app";
media: "https://media.foxochat.app";
};
production: {
api: "https://api.foxochat.app";
gateway: "wss://api.foxochat.app";
media: "https://media.foxochat.app";
};
} = ...
Type declaration
Readonlydevelopment: {
api: "https://api-dev.foxochat.app";
gateway: "wss://api-dev.foxochat.app";
media: "https://media.foxochat.app";
}
Readonlyproduction: {
api: "https://api.foxochat.app";
gateway: "wss://api.foxochat.app";
media: "https://media.foxochat.app";
}
The route bases for each environment.