Can I have multiple domains (e.g. one for testing and one for production)?

  • We support multiple sub-domains per account (wildcard). You can simply specify a wildcard domain in your account and JavaScript code. For example, *.example.com allows all sub-domains of example.com.
  • You could also have a loopback (like local.example.com) which resolves to `localhost` and use it for development purposes. This way all your domains (including the localhost) can be managed under a single account.
  • We have recently added support for multiple domains per account. To do that update "Domain" in User Settings. You can now use a comma-separated list of domains. e.g.
    *.mysite.com, myothersite.com
    Please keep in mind that you must still use one domain in your JavaScript code: 
    SomApi.domainName = "*.mysite.com";
Have more questions? Submit a request

0 Comments

Article is closed for comments.