@atlassian/wrm-troubleshooting
Version:
A tool that can help you with troubleshooting the configuration of webpack and Atlassian P2 project.
39 lines • 1.07 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.applicationUrls = void 0;
// https://developer.atlassian.com/server/framework/atlassian-sdk/working-with-the-sdk/#supported-atlassian-applications-and-default-ports
exports.applicationUrls = [
{
product: 'Bamboo',
defaultUrl: 'http://localhost:6990/bamboo',
},
{
product: 'Bitbucket',
defaultUrl: 'http://localhost:7990/bitbucket',
},
{
product: 'Confluence',
defaultUrl: 'http://localhost:1990/confluence',
},
{
product: 'Crowd',
defaultUrl: 'http://localhost:4990/crowd',
},
{
product: 'Crucible',
defaultUrl: 'http://localhost:3990/fecru',
},
{
product: 'FishEye',
defaultUrl: 'http://localhost:3990/fecru',
},
{
product: 'Jira',
defaultUrl: 'http://localhost:2990/jira',
},
{
product: 'RefApp',
defaultUrl: 'http://localhost:5990/refapp',
},
];
//# sourceMappingURL=applicationUrls.js.map