-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Corrections version migration #327
Corrections version migration #327
Conversation
@@ -1,7 +1,7 @@ | |||
{ | |||
"ConnectionStrings": { | |||
// stg.sharebook.com.br | |||
"DefaultConnection": "Data Source=SQL7003.site4now.net;Initial Catalog=DB_A3BA78_sharebookstg;Integrated Security=False;User ID=DB_A3BA78_sharebookstg_admin;Password=Krypto123;Connect Timeout=30;Encrypt=False;TrustServerCertificate=False;ApplicationIntent=ReadWrite;MultiSubnetFailover=False" | |||
//"DefaultConnection": "Data Source=SQL7003.site4now.net;Initial Catalog=DB_A3BA78_sharebookstg;Integrated Security=False;User ID=DB_A3BA78_sharebookstg_admin;Password=Krypto123;Connect Timeout=30;Encrypt=False;TrustServerCertificate=False;ApplicationIntent=ReadWrite;MultiSubnetFailover=False" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pq comentou essa linha?
// dev.sharebook.com.br | ||
"DefaultConnection": "Data Source=SQL7003.site4now.net;Initial Catalog=DB_A3BA78_sharebookdev;Integrated Security=False;User ID=DB_A3BA78_sharebookdev_admin;Password=teste123@;Connect Timeout=30;Encrypt=False;TrustServerCertificate=False;ApplicationIntent=ReadWrite;MultiSubnetFailover=False", | ||
//"DefaultConnection": "Data Source=SQL7003.site4now.net;Initial Catalog=DB_A3BA78_sharebookdev;Integrated Security=False;User ID=DB_A3BA78_sharebookdev_admin;Password=teste123@;Connect Timeout=30;Encrypt=False;TrustServerCertificate=False;ApplicationIntent=ReadWrite;MultiSubnetFailover=False", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sei que vc precisa mudar essa linha pra rodar com banco local. Mas não podemos commitar.
@@ -8,6 +8,7 @@ | |||
<ItemGroup> | |||
<PackageReference Include="Flurl.Http" Version="2.4.2" /> | |||
<PackageReference Include="MailKit" Version="2.6.0" /> | |||
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="3.1.3" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Esse entity eh o mais recente?
Promote develop to master
No description provided.