Closed EricCat closed 9 years ago
Hi, nope that's not an issue. Domains are used by the bips collection to bind a user domain to HTTP or SMTP bip endpoints, this means that bips are namespaced to individual users.
An easy way to remember is :
localhost:5000/rpc
or localhost:5000/rest
calls are for managing resources{username}.localhost:5000
calls (or, any domain calls) are custom endpoints (bips) namespaced to a particular accountHope that helps, we'll be getting better documentation out in the next few weeks to cover these areas
@mjpearson Thank you very much
I set
domain_public
in config withlocalhost:5000
anddomain
islocalhost
. but when I setup bipio server, I found the mongodbdomain
document still storeadmin.localhost
as name. Is it a issues?