Skip to content

Commit

Permalink
Merge pull request #2113 from manekenpix/fix-search-port-issue
Browse files Browse the repository at this point in the history
Fix: add MS search info to env.staging and env.production
  • Loading branch information
manekenpix authored Apr 9, 2021
2 parents a3c2db7 + c3f560f commit 3956029
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
10 changes: 10 additions & 0 deletions config/env.production
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,16 @@ IMAGE_PORT=4444
IMAGE_URL=https://api.telescope.cdot.systems/v1/image


################################################################################
# Search Service
################################################################################

# Search Service Port (default is 4445)
SEARCH_PORT=4445

# Search Service URL
SEARCH_URL=https://api.telescope.cdot.systems/v1/search

################################################################################
# Posts Service
################################################################################
Expand Down
10 changes: 10 additions & 0 deletions config/env.staging
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,16 @@ IMAGE_PORT=4444
IMAGE_URL=https://dev.api.telescope.cdot.systems/v1/image


################################################################################
# Search Service
################################################################################

# Search Service Port (default is 4445)
SEARCH_PORT=4445

# Search Service URL
SEARCH_URL=https://dev.api.telescope.cdot.systems/v1/search

################################################################################
# Posts Service
################################################################################
Expand Down

0 comments on commit 3956029

Please sign in to comment.