From aa75aefe666e0f707cda1e60b032e12e78af726c Mon Sep 17 00:00:00 2001 From: Paulo Gustavo Veiga Date: Sun, 18 Feb 2024 16:20:22 -0800 Subject: [PATCH] Fix server props. --- wise-api/src/main/resources/application.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wise-api/src/main/resources/application.yml b/wise-api/src/main/resources/application.yml index 216cded9..6b613378 100644 --- a/wise-api/src/main/resources/application.yml +++ b/wise-api/src/main/resources/application.yml @@ -1,8 +1,8 @@ # SpringBoot Configuration ... server: tomcat: - remote-ip-header: x-forwarded-for - protocol-header: x-forwarded-proto + remote-ip-header: x-forwarded-for + protocol-header: x-forwarded-proto spring: mail: