source: ComponentRegistry/branches/ComponentRegistry-2.0/ComponentRegistry/src/main/webapp/compRegConfig.jsp @ 6876

Last change on this file since 6876 was 6876, checked in by Twan Goosen, 8 years ago

Providing external configuration for front end (not dynamic yet)

File size: 265 bytes
Line 
1{
2  "cors": true,
3  "REST": {
4    "protocol": "http",
5    "host": "localhost",
6    "port": "8080",
7    "path": "/ComponentRegistry",
8    "auth": {
9      "username": "user",
10      "password": "passwd"
11    }
12  },
13  "deploy": {
14    "path": "/ComponentRegistry"
15  }
16}
Note: See TracBrowser for help on using the repository browser.