Skip to content

Commit

Permalink
Rename backend-next to backend for prod server (#214)
Browse files Browse the repository at this point in the history
  • Loading branch information
shaoweilin authored Oct 7, 2024
1 parent f5fc884 commit 2cff3e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion infrastructure/hosts/catcolab/catcolab.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ in {
services.postgresql.enable = true;
services.nginx.enable = true;

services.nginx.virtualHosts."backend-next.catcolab.org" = {
services.nginx.virtualHosts."backend.catcolab.org" = {
forceSSL = true;
enableACME = true;
locations."/" = {
Expand Down
2 changes: 1 addition & 1 deletion packages/frontend/.env.production
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
VITE_APP_TITLE="CatColab"
VITE_BACKEND_HOST=https://backend-next.catcolab.org
VITE_BACKEND_HOST=https://backend.catcolab.org

0 comments on commit 2cff3e9

Please sign in to comment.