How do i configure my DNS record to point to galaxy?
I bought a domain with the following attributes: Type: CNAME Record Host: www
I am kinda lost here, I don't know where I should actually configure my DNS. In my project, or the website I registered my domain in? and how?
In Galaxy
settings
.add new domain
and enter your domainus-east-1.galaxy-ingress.meteor.com
. Copy this down.On your host
Name: *
,Type: CNAME
, Data:us-east-1.galaxy-ingress.meteor.com
(or paste yours if it differs in galaxy).Name: www
,Type: CNAME
, Data:us-east-1.galaxy-ingress.meteor.com
(or paste yours if it differs in galaxy).Let me know if you have any questions! There is a bit more to a full deployment, the docs on http://galaxy-guide.meteor.com/deploy-guide.html go in depth on how to setup everything else.