From 39ebae0378f31a7efdaf976ed1a4b6a0a93f0773 Mon Sep 17 00:00:00 2001 From: Benedikt Strehle Date: Wed, 6 Mar 2024 00:36:16 +0100 Subject: [PATCH] update deployment --- app.dx | 2 +- backend/.dx | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/app.dx b/app.dx index 7a46042..a702c3e 100644 --- a/app.dx +++ b/app.dx @@ -1,4 +1,4 @@ -name: "Hello UIX", +name: "UIX Video Call Example", description: "A simple UIX app project" source_maps: true; diff --git a/backend/.dx b/backend/.dx index 3a5ad09..b630420 100644 --- a/backend/.dx +++ b/backend/.dx @@ -6,4 +6,8 @@ endpoint: stage { location: stage { prod: @+unyt-host-1 +}, + +domain: stage { + prod: 'video.example.unyt.app' } \ No newline at end of file