Skip to content

Commit 0e5ab38

Browse files
committed
[NAE-2115] Task search on Search Node
- reverted nae.json
1 parent d49b39a commit 0e5ab38

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

nae.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"extends": "nae-default",
44
"providers": {
55
"auth": {
6-
"address": "http://localhost:8800/api/",
7-
"authentication": "BasicWithRealm",
6+
"address": "http://localhost:8080/api/",
7+
"authentication": "Basic",
88
"endpoints": {
99
"login": "auth/login",
1010
"logout": "auth/logout",
@@ -24,37 +24,37 @@
2424
"resources": [
2525
{
2626
"name": "case",
27-
"address": "http://localhost:8800/api/",
27+
"address": "http://localhost:8080/api/",
2828
"format": "json"
2929
},
3030
{
3131
"name": "task",
32-
"address": "http://localhost:8800/api/",
32+
"address": "http://localhost:8080/api/",
3333
"format": "json"
3434
},
3535
{
3636
"name": "petrinet",
37-
"address": "http://localhost:8800/api/",
37+
"address": "http://localhost:8080/api/",
3838
"format": "json"
3939
},
4040
{
4141
"name": "user",
42-
"address": "http://localhost:8800/api/",
42+
"address": "http://localhost:8080/api/",
4343
"format": "json"
4444
},
4545
{
4646
"name": "dashboard",
47-
"address": "http://localhost:8800/api/",
47+
"address": "http://localhost:8080/api/",
4848
"format": "json"
4949
},
5050
{
5151
"name": "filter",
52-
"address": "http://localhost:8800/api/",
52+
"address": "http://localhost:8080/api/",
5353
"format": "json"
5454
},
5555
{
5656
"name": "impersonation",
57-
"address": "http://localhost:8800/api/",
57+
"address": "http://localhost:8080/api/",
5858
"format": "json"
5959
}
6060
]

0 commit comments

Comments
 (0)