From a431939f7c7ee091ecc8b2d84ec557a945597cc8 Mon Sep 17 00:00:00 2001 From: CodeSteak Date: Thu, 23 Jan 2020 22:13:59 +0100 Subject: [PATCH] Use IPv6 (localhost) Also revert previous commit setting address to all interfaces :{} Note: Head with this commit was never on Remote. --- prototype/src/main/resources/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prototype/src/main/resources/application.properties b/prototype/src/main/resources/application.properties index c3bc60b..704e4c8 100644 --- a/prototype/src/main/resources/application.properties +++ b/prototype/src/main/resources/application.properties @@ -16,5 +16,5 @@ spring.jpa.hibernate.ddl-auto=update # ---------------------------------------- # EMBEDDED SERVER CONFIGURATION (ServerProperties) -server.address=:: +server.address=::1 server.port=8080