diff --git a/fineract-provider/properties/basicauth/application.properties b/fineract-provider/properties/basicauth/application.properties index a6f669274e5..64e5421f680 100644 --- a/fineract-provider/properties/basicauth/application.properties +++ b/fineract-provider/properties/basicauth/application.properties @@ -19,4 +19,9 @@ spring.profiles.default=basicauth management.health.jms.enabled=false + +# FINERACT-883 management.info.git.mode=FULL + +# FINERACT-914 +server.forward-headers-strategy=framework diff --git a/fineract-provider/properties/basicauth/twofactor/application.properties b/fineract-provider/properties/basicauth/twofactor/application.properties index 59bd126aaca..a9b13cc5e4e 100644 --- a/fineract-provider/properties/basicauth/twofactor/application.properties +++ b/fineract-provider/properties/basicauth/twofactor/application.properties @@ -20,4 +20,9 @@ spring.profiles.default=basicauth spring.profiles.active=basicauth,twofactor management.health.jms.enabled=false + +# FINERACT-883 management.info.git.mode=FULL + +# FINERACT-914 +server.forward-headers-strategy=framework diff --git a/fineract-provider/properties/oauth/application.properties b/fineract-provider/properties/oauth/application.properties index d958ec715ec..02419415efd 100644 --- a/fineract-provider/properties/oauth/application.properties +++ b/fineract-provider/properties/oauth/application.properties @@ -20,4 +20,9 @@ spring.profiles.default=basicauth spring.profiles.active=oauth management.health.jms.enabled=false + +# FINERACT-883 management.info.git.mode=FULL + +# FINERACT-914 +server.forward-headers-strategy=framework \ No newline at end of file diff --git a/fineract-provider/properties/oauth/twofactor/application.properties b/fineract-provider/properties/oauth/twofactor/application.properties index 1a2c979ce77..562fbd3ae8d 100644 --- a/fineract-provider/properties/oauth/twofactor/application.properties +++ b/fineract-provider/properties/oauth/twofactor/application.properties @@ -20,4 +20,9 @@ spring.profiles.default=basicauth spring.profiles.active=oauth,twofactor management.health.jms.enabled=false + +# FINERACT-883 management.info.git.mode=FULL + +# FINERACT-914 +server.forward-headers-strategy=framework diff --git a/fineract-provider/src/main/resources/application.properties b/fineract-provider/src/main/resources/application.properties index a6f669274e5..bf23d8dddbc 100644 --- a/fineract-provider/src/main/resources/application.properties +++ b/fineract-provider/src/main/resources/application.properties @@ -19,4 +19,9 @@ spring.profiles.default=basicauth management.health.jms.enabled=false + +# FINERACT-883 management.info.git.mode=FULL + +# FINERACT-914 +server.forward-headers-strategy=framework \ No newline at end of file