Reputation:
I want to create staging environment on heroku of an existing app. I want to know two things
1) Is it using same database of production or not? If yes then either it requires some settings or not?
2) Is the url's of both staging and production environments change or not?
Please don't give links
Upvotes: 1
Views: 547
Reputation: 1687
No. Two different databases.
Yes it will be different.
staging and production are normally on two different hosts, with two different databases, two different url's.
Upvotes: 1
Reputation: 315
Upvotes: 0