From 4c3cea00b40d83d432bc920bcefe486e081052bc Mon Sep 17 00:00:00 2001 From: Pokey <79169880+Pokeylooted@users.noreply.github.com> Date: Wed, 20 Mar 2024 02:55:40 -0500 Subject: [PATCH] Update 2.selfhost.md - changed to example.tld rather than what it was before Changed the domain to example.tld --- content/5.extra/2.selfhost.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/5.extra/2.selfhost.md b/content/5.extra/2.selfhost.md index f67e471..3f604cb 100644 --- a/content/5.extra/2.selfhost.md +++ b/content/5.extra/2.selfhost.md @@ -29,7 +29,7 @@ image: ghcr.io/movie-web/backend:latest restart: unless-stopped environment: - MWB_SERVER__CORS: "https://movie-backend.exorbgn.net https://movie.exorbgn.net http://10.2.6.8:80" + MWB_SERVER__CORS: "https://movie-backend.example.tld https://movie.example.tld" MWB_SERVER__PORT: 8080 MWB_POSTGRES__CONNECTION: postgresql://movie_web_user:YourPasswordHere@postgres:5432/movie_web_backend MWB_CRYPTO__SESSION_SECRET: 32CHARACTERLONGSECRET