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
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