Two quick fixes for production
Build and Push Docker Image / build (push) Successful in 2m24s

This commit is contained in:
2026-06-28 20:44:42 -07:00
parent f7e474a011
commit 9777a4229a
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -6,8 +6,8 @@ const prodConfig = {
domain: "https://dev-7mdjzcgwirhocfwm.ca.auth0.com",
clientId: "TRlKzdNBynpo9tU1RSmnF0p8d3IEam4J",
audience: "alphane-api",
apiBaseUrl: "",
webSocketBaseUrl: "",
apiBaseUrl: "https://calebburke.dev",
webSocketBaseUrl: "wss://calebburke.dev",
applicationName: "calebburkedev",
}