Use bbs.profullstack.com host throughout README + default

The SSH examples and AGENTBBS_HOST default showed the bare apex
profullstack.com; the BBS lives on bbs.profullstack.com. Fix the README
examples/membership/config-table and align the code default.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Anthony Ettinger 2026-06-14 08:01:39 +00:00
parent 3230807421
commit 3dd6fe863c
2 changed files with 12 additions and 12 deletions

View file

@ -98,7 +98,7 @@ func main() {
return
}
host := env("AGENTBBS_HOST", "profullstack.com")
host := env("AGENTBBS_HOST", "bbs.profullstack.com")
fe := forwardemail.ConfigFromEnv()
if fe.Domain == "" {
fe.Domain = host // personal addresses live on the BBS host by default