File tree 5 files changed +5
-5
lines changed
src/main/java/no/nav/ung/sak/web/server/jetty
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Kjør `no.nav.ung.sak.db.util.Databaseskjemainitialisering` for å få med skjem
20
20
2 . Start webserver fra f.eks. IDE
21
21
Start ` JettyDevServer --vtp `
22
22
23
- Swagger: http://localhost:8080 /ung/sak/swagger
23
+ Swagger: http://localhost:8901 /ung/sak/swagger
24
24
25
25
### Generering av openapi spesifikasjon og typescript klient.
26
26
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ metadata:
7
7
team : k9saksbehandling
8
8
spec :
9
9
image : " {{ image }}"
10
- port : 8080
10
+ port : 8901
11
11
liveness :
12
12
path : /ung/sak/internal/health/isAlive
13
13
initialDelay : 30
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ metadata:
7
7
team : k9saksbehandling
8
8
spec :
9
9
image : " {{ image }}"
10
- port : 8080
10
+ port : 8901
11
11
liveness :
12
12
path : /ung/sak/internal/health/isAlive
13
13
initialDelay : 30
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ skjermet.person.scope=api://vtp.teamforeldrepenger.vtp/.default
32
32
pdl.pip.url =http://vtp:8060/rest/api/pdl-pip-api/api/v1/person
33
33
pdl.pip.scope =api://vtp.teamforeldrepenger.vtp/.default
34
34
35
- loadbalancer.url =http://localhost:8080
35
+ loadbalancer.url =http://localhost:8901
36
36
37
37
microsofth.graph.scope =api://vtp.teamforeldrepenger.vtp/.default
38
38
microsoft.graph.url =http://vtp:8060/rest/MicrosoftGraphApi/v1.0
Original file line number Diff line number Diff line change 1
1
package no .nav .ung .sak .web .server .jetty ;
2
2
3
3
public interface AppKonfigurasjon {
4
- int DEFAULT_SERVER_PORT = 8080 ;
4
+ int DEFAULT_SERVER_PORT = 8901 ;
5
5
default int getServerPort () {return DEFAULT_SERVER_PORT ;}
6
6
7
7
String getContextPath ();
You can’t perform that action at this time.
0 commit comments