Skip to content

Commit

Permalink
Testing SO suggestion to fix Eureka (#29)
Browse files Browse the repository at this point in the history
This stack overflow post[1] suggests to pass in some additional ENV VARS.
Testing their suggestion.

[1] https://stackoverflow.com/a/72542665
  • Loading branch information
zaro0508 authored Aug 1, 2024
1 parent 446c203 commit 160c927
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,8 @@
"DB_CATEGORIES_CSV_PATH": "/workspace/BOOT-INF/classes/db/categories.csv",
"DB_EDAM_CONCEPT_CSV_PATH": "/workspace/BOOT-INF/classes/db/edam_concept.csv",
"OPENCHALLENGES_CHALLENGE_SERVICE_IS_DEPLOYED_ON_AWS": "true",
"EUREKA_INSTANCE_NON_SECURE_PORT_ENABLED": "true",
"EUREKA_INSTANCE_NON_SECURE_PORT": "8085",
},
)

Expand Down Expand Up @@ -230,6 +232,8 @@
"DB_ORGANIZATIONS_CSV_PATH": "/workspace/BOOT-INF/classes/db/organizations.csv",
"DB_CONTRIBUTION_ROLES_CSV_PATH": "/workspace/BOOT-INF/classes/db/contribution_roles.csv",
"OPENCHALLENGES_ORGANIZATION_SERVICE_IS_DEPLOYED_ON_AWS": "true",
"EUREKA_INSTANCE_NON_SECURE_PORT_ENABLED": "true",
"EUREKA_INSTANCE_NON_SECURE_PORT": "8084",
},
)

Expand Down

0 comments on commit 160c927

Please sign in to comment.