Skip to content

Commit

Permalink
Merge branch 'main' of github.com:UAlbertaALTLab/morphodict
Browse files Browse the repository at this point in the history
  • Loading branch information
fbanados committed Jun 3, 2024
2 parents cb4d576 + 8a898e6 commit 5be985f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/helpers/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"arpeng": {"port": 8014, "uwsgi_stats_port": 9014},
"hdneng": {"port": 8015, "uwsgi_stats_port": 9015},
"crkLacombeeng": {"port": 8016, "uwsgi_stats_port": 9016},
"blaeng": {"port": 8017, "uwsgi_stats_port":9017},
"blaeng": {"port": 8017, "uwsgi_stats_port": 9017},
}

APPS = [App(k, **v) for k, v in APP_INFO.items()]

0 comments on commit 5be985f

Please sign in to comment.