From 70970231b807313e9b38ede8ff1017d3476355e7 Mon Sep 17 00:00:00 2001 From: fiatjaf Date: Mon, 17 Oct 2022 08:48:22 -0300 Subject: [PATCH] minor. --- README.md | 6 +++--- go.mod | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5cf3a18..30f73a6 100644 --- a/README.md +++ b/README.md @@ -23,13 +23,13 @@ SITE_NAME=Bitmia ## Multiple domains -Note that DOMAIN can be a single domain or a comma-separated list. When using multiple domains +Note that `DOMAIN` can be a single domain or a comma-separated list. When using multiple domains you need to make sure "Host" HTTP header is forwarded to satdress process if you have some reverse-proxy). If you come from an old installation everything should get migrated in a seamless way, but there is also a -FORCE_MIGRATE environment variable to force a migration (else this is done just the first time). +`FORCE_MIGRATE` environment variable to force a migration (else this is done just the first time). -There is also a GLOBAL_USERS to make sure the user@ part is unique across all domains. But be warned that when enabling +There is also a `GLOBAL_USERS` to make sure the user@ part is unique across all domains. But be warned that when enabling this option, existing users won't work anymore (which is by design). ## Get help diff --git a/go.mod b/go.mod index 7b51a0a..917ee7c 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/fiatjaf/satdress +module github.com/nbd-wtf/satdress go 1.16