username@email.com
2023-03-27 0d96ff4e0833d6a2813a969e1ae0a48f27eee497
zhengcaioa/Model/zcweb/zcwebContext.cs
@@ -10,6 +10,7 @@
    {
        public zcwebContext()
        {
            this.Database.SetCommandTimeout(60);
        }
        public zcwebContext(DbContextOptions<zcwebContext> options)
@@ -25,7 +26,7 @@
            if (!optionsBuilder.IsConfigured)
            {
#warning To protect potentially sensitive information in your connection string, you should move it out of source code. You can avoid scaffolding the connection string by using the Name= syntax to read it from configuration - see https://go.microsoft.com/fwlink/?linkid=2131148. For more guidance on storing connection strings, see http://go.microsoft.com/fwlink/?LinkId=723263.
                optionsBuilder.UseSqlServer("Data Source=.;Initial Catalog=zcweb;User ID=sa;Password=123456");
                optionsBuilder.UseSqlServer("Data Source=172.26.97.147;Initial Catalog=zcweb;User ID=sa;Password=Za20222812");
            }
        }