You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 11, 2023. It is now read-only.
Here is the .env-Sample file content
InstrumentationKey = ""
ConnectionStrings__Db1Connection = ""
ConnectionStrings__Db2Connection = ""
after the transformation .env file contains this value , all the new line characters are gone and everything is combined in to one long string.
InstrumentationKey =testConnectionStrings__Db1Connection =constringConnectionStrings__Db2Connection=constring
Please advise.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Here is the .env-Sample file content
InstrumentationKey = ""
ConnectionStrings__Db1Connection = ""
ConnectionStrings__Db2Connection = ""
after the transformation .env file contains this value , all the new line characters are gone and everything is combined in to one long string.
InstrumentationKey =testConnectionStrings__Db1Connection =constringConnectionStrings__Db2Connection=constring
Please advise.
The text was updated successfully, but these errors were encountered: