Skip to content
This repository has been archived by the owner on Jan 11, 2024. It is now read-only.

Commit

Permalink
fix a few typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Juhan Aasaru authored and Juhan Aasaru committed Nov 20, 2019
1 parent f20039c commit 43cf8e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Expand Up @@ -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:
Expand Down
3 changes: 2 additions & 1 deletion env_variables
Expand Up @@ -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
Expand Down

0 comments on commit 43cf8e8

Please sign in to comment.