Skip to content

Commit 38dd923

Browse files
authored
add: endpoints for API and front-end services
1 parent 5ef9557 commit 38dd923

File tree

1 file changed

+22
-4
lines changed

1 file changed

+22
-4
lines changed

app/configuration.py

+22-4
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,29 @@
2222
"itwewina": ConnectTo("[email protected]").command(
2323
"/opt/morphodict/home/morphodict/docker/deploy"
2424
),
25-
"itwewina-backend": ConnectTo("[email protected]").command(
26-
"/opt/morphodict/home/refactor/morphodict-backend/docker/deploy"
25+
# morphodict api: api.{itwewina, gunaha, itwiwina, arapaho, guusaaw}.altlab.dev
26+
"morphodict-backend": ConnectTo("[email protected]").command(
27+
"/opt/morphodict/home/morphodict-backend/docker/deploy"
2728
),
28-
"itwewina-frontend": ConnectTo("[email protected]").command(
29-
"/opt/morphodict/home/refactor/morphodict-frontend/docker/deploy"
29+
# itwewina front-end
30+
"crkeng-frontend": ConnectTo("[email protected]").command(
31+
"/opt/morphodict/home/morphodict-frontend/crkeng/docker/deploy"
32+
),
33+
# itwiwina front-end
34+
"cwdeng-frontend": ConnectTo("[email protected]").command(
35+
"/opt/morphodict/home/morphodict-frontend/cwdeng/docker/deploy"
36+
),
37+
# gunaha front-end
38+
"srseng-frontend": ConnectTo("[email protected]").command(
39+
"/opt/morphodict/home/morphodict-frontend/srseng/docker/deploy"
40+
),
41+
# guusaaw front-end
42+
"hdneng-frontend": ConnectTo("[email protected]").command(
43+
"/opt/morphodict/home/morphodict-frontend/hdneng/docker/deploy"
44+
),
45+
# arapaho front-end
46+
"arpeng-frontend": ConnectTo("[email protected]").command(
47+
"/opt/morphodict/home/morphodict-frontend/arpeng/docker/deploy"
3048
),
3149
# Korp
3250
"korp-frontend": ConnectTo("[email protected]").command(

0 commit comments

Comments
 (0)