Cleaning up with Rider
This commit is contained in:
parent
69758735de
commit
91da89a4e8
22 changed files with 574 additions and 386 deletions
|
|
@ -170,8 +170,8 @@ namespace PlanTempus.SetupInfrastructure
|
|||
string.IsNullOrEmpty(userPass.Split(":")[1]));
|
||||
|
||||
var superUser = new ConnectionStringParameters(
|
||||
user: userPass.Split(":")[0],
|
||||
pwd: userPass.Split(":")[1]
|
||||
User: userPass.Split(":")[0],
|
||||
Pwd: userPass.Split(":")[1]
|
||||
);
|
||||
|
||||
if (IsSuperAdmin(superUser))
|
||||
|
|
@ -191,7 +191,7 @@ namespace PlanTempus.SetupInfrastructure
|
|||
sw.Restart();
|
||||
|
||||
//use application user, we use that role from now.
|
||||
var connParams = new ConnectionStringParameters(user: "heimdall", pwd: "3911");
|
||||
var connParams = new ConnectionStringParameters(User: "heimdall", Pwd: "3911");
|
||||
|
||||
_setupIdentitySystem.With(new SetupIdentitySystem.Command { Schema = "system" }, connParams);
|
||||
Console.WriteLine($"DONE, took: {sw.ElapsedMilliseconds} ms");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue