mirror of
https://github.com/profullstack/agentbbs.git
synced 2026-08-13 22:37:28 +00:00
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:
parent
3230807421
commit
3dd6fe863c
2 changed files with 12 additions and 12 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue