File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -58,8 +58,8 @@ public void ConfigureServices(IServiceCollection services)
58
58
} ) ;
59
59
60
60
//const string connectionString = @"Data Source=(LocalDb)\MSSQLLocalDB;database=IdentityServer4.Quickstart.EntityFramework-2.0.0;trusted_connection=yes;";
61
- const string connectionString = @"Data Source=127.0.0.1;port=3306;Initial Catalog=IdentityServer4.Quickstart;user id=root;password=123456;Character Set=utf8;" ;
62
- // const string connectionString = @"Data Source=192.168.103.251;port=3306;Initial Catalog=IdentityServer4.Quickstart;user id=root;password=123456;Character Set=utf8;";
61
+ // const string connectionString = @"Data Source=127.0.0.1;port=3306;Initial Catalog=IdentityServer4.Quickstart;user id=root;password=123456;Character Set=utf8;";
62
+ const string connectionString = @"Data Source=192.168.103.251;port=3306;Initial Catalog=IdentityServer4.Quickstart;user id=root;password=123456;Character Set=utf8;" ;
63
63
var migrationsAssembly = typeof ( Startup ) . GetTypeInfo ( ) . Assembly . GetName ( ) . Name ;
64
64
65
65
// configure identity server with in-memory stores, keys, clients and scopes
You can’t perform that action at this time.
0 commit comments