Skip to content

Commit

Permalink
add: endpoints for API and front-end services
Browse files Browse the repository at this point in the history
  • Loading branch information
nienna73 authored Mar 28, 2023
1 parent 5ef9557 commit 38dd923
Showing 1 changed file with 22 additions and 4 deletions.
26 changes: 22 additions & 4 deletions app/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,29 @@
"itwewina": ConnectTo("morphodict@itw.altlab.dev").command(
"/opt/morphodict/home/morphodict/docker/deploy"
),
"itwewina-backend": ConnectTo("morphodict@itw.altlab.dev").command(
"/opt/morphodict/home/refactor/morphodict-backend/docker/deploy"
# morphodict api: api.{itwewina, gunaha, itwiwina, arapaho, guusaaw}.altlab.dev
"morphodict-backend": ConnectTo("morphodict@itw.altlab.dev").command(
"/opt/morphodict/home/morphodict-backend/docker/deploy"
),
"itwewina-frontend": ConnectTo("morphodict@itw.altlab.dev").command(
"/opt/morphodict/home/refactor/morphodict-frontend/docker/deploy"
# itwewina front-end
"crkeng-frontend": ConnectTo("morphodict@itw.altlab.dev").command(
"/opt/morphodict/home/morphodict-frontend/crkeng/docker/deploy"
),
# itwiwina front-end
"cwdeng-frontend": ConnectTo("morphodict@itw.altlab.dev").command(
"/opt/morphodict/home/morphodict-frontend/cwdeng/docker/deploy"
),
# gunaha front-end
"srseng-frontend": ConnectTo("morphodict@itw.altlab.dev").command(
"/opt/morphodict/home/morphodict-frontend/srseng/docker/deploy"
),
# guusaaw front-end
"hdneng-frontend": ConnectTo("morphodict@itw.altlab.dev").command(
"/opt/morphodict/home/morphodict-frontend/hdneng/docker/deploy"
),
# arapaho front-end
"arpeng-frontend": ConnectTo("morphodict@itw.altlab.dev").command(
"/opt/morphodict/home/morphodict-frontend/arpeng/docker/deploy"
),
# Korp
"korp-frontend": ConnectTo("korp@itw.altlab.dev").command(
Expand Down

0 comments on commit 38dd923

Please sign in to comment.