You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by an...@apache.org on 2019/11/23 10:12:54 UTC

[fineract-cn-docker-compose] 40/48: fix a few typos

This is an automated email from the ASF dual-hosted git repository.

angeh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/fineract-cn-docker-compose.git

commit 43cf8e8451711204127917517cff6d4f663e0232
Author: Juhan Aasaru <Ju...@nortal.com>
AuthorDate: Wed Nov 20 08:46:17 2019 +0200

    fix a few typos
---
 docker-compose.yml | 2 +-
 env_variables      | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/docker-compose.yml b/docker-compose.yml
index e5492f8..18f0829 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -560,7 +560,7 @@ services:
         ipv4_address: ${GROUP_IP}
 
   notifications-ms:
-    image: apache/fineract-cn-notifications:latestC
+    image: apache/fineract-cn-notifications:latest
     ports:
       - "2033:2033"
     environment:
diff --git a/env_variables b/env_variables
index 1ab0b3e..cf9cc56 100644
--- a/env_variables
+++ b/env_variables
@@ -8,13 +8,14 @@ EUREKA_CLIENT_INITIALINSTANCEINFOREPLICATIONINTERVALSECONDS=25
 EUREKA_CLIENT_INSTANCEINFOREPLICATIONINTERVALSECONDS=20
 EUREKA_CLIENT_SERVICE_URL_DEFAULT_ZONE=http://eureka:8761/eureka
 EUREKA_INSTANCE_LEASERENEWALINTERVALINSECONDS=20
+SERVER_MAX_HTTP_HEADER_SIZE=16384
 POSTGRESQL_HOST=postgres
 POSTGRESQL_PORT=5432
 POSTGRESQL_USER=postgres
 RIBBON_EUREKA_SERVER=eureka:9090
 SCHEDULER_USER_NAME=imhotep
 SYSTEM_INITIAL_CLIENT_ID=service-runner
-
+FIMS_WEB_APP_IP=172.16.238.19
 PROVISIONER_IP=172.16.238.20
 IDENTITY_IP=172.16.238.21
 RHYTHM_IP=172.16.238.22