Skip to content

Commit ec16b31

Browse files
committed
- Endringer for tps-messaging-frontend som benytter useSWR, react-hook-forms og designsystemet sine komponenter
- Lagt til deploy script for tps-messaging-frontend #deploy-tps-messaging-frontend
1 parent fcc1295 commit ec16b31

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

apps/tps-messaging-frontend/src/main/resources/application.yml

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ spring:
22
application:
33
name: tps-messaging-frontend
44
description: App for å sende meldinger generelt til tps
5+
config:
6+
import: "classpath:dolly-application.yml"
57
security:
68
oauth2:
79
client:
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
1-
logging.level.org.springframework=DEBUG
1+
consumers:
2+
testnav-bruker-service:
3+
cluster: test
4+
namespace: test
5+
name: testnav-bruker-service
6+
url: http://dummy-url

0 commit comments

Comments
 (0)