Skip to content

Commit

Permalink
Update FotozyContext.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
thang1160 committed Jul 16, 2020
1 parent 7c98160 commit f70af3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ISCProject_API/Models/FotozyContext.cs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ protected override void OnConfiguring(DbContextOptionsBuilder optionsBuilder)
if (!optionsBuilder.IsConfigured)
{
#warning To protect potentially sensitive information in your connection string, you should move it out of source code. See http://go.microsoft.com/fwlink/?LinkId=723263 for guidance on storing connection strings.
optionsBuilder.UseSqlServer("Server=.;Database=Fotozy;Trusted_Connection=True;");
optionsBuilder.UseSqlServer("Server=Fotozyy.mssql.somee.com;Database=fotozyy;User Id=doanvanthang_SQLLogin_1;password=tttjed2d9j;Trusted_Connection=False;MultipleActiveResultSets=true;");
}
}

Expand Down

0 comments on commit f70af3d

Please sign in to comment.