|
3 | 3 | "extends": "nae-default",
|
4 | 4 | "providers": {
|
5 | 5 | "auth": {
|
6 |
| - "address": "http://localhost:8800/api/", |
7 |
| - "authentication": "BasicWithRealm", |
| 6 | + "address": "http://localhost:8080/api/", |
| 7 | + "authentication": "Basic", |
8 | 8 | "endpoints": {
|
9 | 9 | "login": "auth/login",
|
10 | 10 | "logout": "auth/logout",
|
|
24 | 24 | "resources": [
|
25 | 25 | {
|
26 | 26 | "name": "case",
|
27 |
| - "address": "http://localhost:8800/api/", |
| 27 | + "address": "http://localhost:8080/api/", |
28 | 28 | "format": "json"
|
29 | 29 | },
|
30 | 30 | {
|
31 | 31 | "name": "task",
|
32 |
| - "address": "http://localhost:8800/api/", |
| 32 | + "address": "http://localhost:8080/api/", |
33 | 33 | "format": "json"
|
34 | 34 | },
|
35 | 35 | {
|
36 | 36 | "name": "petrinet",
|
37 |
| - "address": "http://localhost:8800/api/", |
| 37 | + "address": "http://localhost:8080/api/", |
38 | 38 | "format": "json"
|
39 | 39 | },
|
40 | 40 | {
|
41 | 41 | "name": "user",
|
42 |
| - "address": "http://localhost:8800/api/", |
| 42 | + "address": "http://localhost:8080/api/", |
43 | 43 | "format": "json"
|
44 | 44 | },
|
45 | 45 | {
|
46 | 46 | "name": "dashboard",
|
47 |
| - "address": "http://localhost:8800/api/", |
| 47 | + "address": "http://localhost:8080/api/", |
48 | 48 | "format": "json"
|
49 | 49 | },
|
50 | 50 | {
|
51 | 51 | "name": "filter",
|
52 |
| - "address": "http://localhost:8800/api/", |
| 52 | + "address": "http://localhost:8080/api/", |
53 | 53 | "format": "json"
|
54 | 54 | },
|
55 | 55 | {
|
56 | 56 | "name": "impersonation",
|
57 |
| - "address": "http://localhost:8800/api/", |
| 57 | + "address": "http://localhost:8080/api/", |
58 | 58 | "format": "json"
|
59 | 59 | }
|
60 | 60 | ]
|
|
0 commit comments