Skip to content

Commit

Permalink
Change the name from labcheck to alumia to reflect reality
Browse files Browse the repository at this point in the history
  • Loading branch information
thesocialdev committed Oct 17, 2024
1 parent 46f150d commit 8760304
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deployment/config/config-file/ufpb-labcheck.pkl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ var = new {
cors = "*"
recaptcha_sitekey = "6Lc2BtYUAAAAAOUBI-9r1sDJUIfG2nt6C43noOXh"
websocketUrl = "wss://testws.\(appBaseUrl) "
baseUrl = "https://labcheck.\(appBaseUrl)"
baseUrl = "https://alumia.\(appBaseUrl)"
db = (mongodb) {
atlas = true
}
Expand Down
2 changes: 1 addition & 1 deletion deployment/k8s/ufpb-labcheck.pkl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ local newAletheia = new (aletheia) {
IngressOptions {
rules {
(ingress.rule) {
host = "labcheck.aletheiafact.org"
host = "alumia.aletheiafact.org"
}
}
}
Expand Down

0 comments on commit 8760304

Please sign in to comment.