Skip to content

Commit

Permalink
Updated APP machines IPs to the new IPs
Browse files Browse the repository at this point in the history
  • Loading branch information
RK206 committed Dec 20, 2024
1 parent ad30b97 commit bd56e49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions production.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
ELASTICSEARCH_HOSTS = [{'host': '10.131.191.132', 'port': 9200}, {'host': '10.131.191.133', 'port': 9200}]
INDEX_PER_TYPE_SUBSTITUTE = '_doc'

# doaj-public-app-1 doaj-background-app-1 doaj-editor-app-1
APP_MACHINES_INTERNAL_IPS = ['10.131.191.139:5050', '10.131.12.33:5050', '10.131.56.133:5050']
# doaj-public-1 doaj-background-1 doaj-editor-1
APP_MACHINES_INTERNAL_IPS = ['10.131.191.147:5050', '10.131.191.148:5050', '10.131.191.149:5050']


# The app is served via nginx / cloudlflare - they handle SSL
Expand Down

0 comments on commit bd56e49

Please sign in to comment.