diff --git a/Sto/STODatabaseImplement/STODatabase.cs b/Sto/STODatabaseImplement/STODatabase.cs index b107952..32244dc 100644 --- a/Sto/STODatabaseImplement/STODatabase.cs +++ b/Sto/STODatabaseImplement/STODatabase.cs @@ -10,7 +10,7 @@ namespace STODatabaseImplement { if (!optionsBuilder.IsConfigured) { - optionsBuilder.UseSqlServer(@"Data Source=SHADOWIK\SHADOWIK;Initial Catalog=STO;Integrated Security=True;TrustServerCertificate=True"); + optionsBuilder.UseSqlServer(); } base.OnConfiguring(optionsBuilder); }