From f820fad5216a0a41b34b459f4d67fb0e67dcc6f9 Mon Sep 17 00:00:00 2001 From: Adam-Booth-NCL <112934564+Adam-Booth-NCL@users.noreply.github.com> Date: Tue, 17 Oct 2023 16:51:09 +0100 Subject: [PATCH] Update application.properties Add new URL for state service --- src/main/resources/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 478c6d2..3730880 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1,5 +1,5 @@ quarkus.hibernate-orm.database.generation=drop-and-create -quarkus.rest-client.area-api.url=http://3.129.86.185:80/ +quarkus.rest-client.area-api.url=http://54.226.138.184:80/ quarkus.rest-client.area-api.scope=javax.inject.Singleton # quarkus.swagger-ui.enable=true