Live data from Hacker News

Do you use dynamic connection strings? Is there a better solution?

news.ycombinator.com

1–2 of 2 posts

Do you use dynamic connection strings? Is there a better solution?

#1
Do you change connection string manually while deploying to different environments or do you create connection strings dynamically based on URL?

I check URL to see the environment and use the connection string accordingly. Is there a better way to avoid changing them manually?