adamhilton / AHNet

adamhilton.net - an ASP.NET Core website
MIT License
1 stars 0 forks source link

As a developer, I should be able to easily set database information on my host environment for application to consume #15

Closed adamhilton closed 8 years ago

adamhilton commented 8 years ago

As of right now, the connection string to the database has to be set as an environment variable on the host. I'm thinking about switching the connection string to be a property on the context that can be configured in smaller, optional bits with default values if not set. This may be set through environment variables and maybe even user secrets file

adamhilton commented 8 years ago

For now