添加父级id
parent
2131f25d07
commit
0474b7d495
|
|
@ -2321,6 +2321,7 @@ namespace OpenAuth.App
|
|||
var param = new
|
||||
{
|
||||
processId,
|
||||
parentprocessId=process.ParentProcessId,
|
||||
userId = createUser.Id,
|
||||
userAccount = createUser.Account,
|
||||
companyId = createUser.CompanyId,
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
"DataProtection": "temp-keys/",
|
||||
"ConnectionStrings": {
|
||||
//"OpenAuthDBContext": "PORT=5432;Database=hopetrycore;HOST=192.168.10.124;PASSWORD=123456;USER ID=postgres;",
|
||||
"OpenAuthDBContext": "PORT=5432;Database=openauthbasedb;HOST=localhost;PASSWORD=123456;USER ID=postgres;"
|
||||
"OpenAuthDBContext": "PORT=5432;Database=post_approval_supervision;HOST=192.168.10.163;PASSWORD=123456;USER ID=postgres;"
|
||||
//"OpenAuthDBContext": "PORT=5432;Database=;HOST=192.168.10.131;PASSWORD=123456;USER ID=postgres;"
|
||||
},
|
||||
"AppSetting": {
|
||||
|
|
|
|||
|
|
@ -0,0 +1,16 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<key id="b5d2e43a-8af2-4231-b543-a568141ad56f" version="1">
|
||||
<creationDate>2025-05-12T05:50:26.9946663Z</creationDate>
|
||||
<activationDate>2025-05-12T05:50:26.9733732Z</activationDate>
|
||||
<expirationDate>2025-08-10T05:50:26.9733732Z</expirationDate>
|
||||
<descriptor deserializerType="Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.AuthenticatedEncryptorDescriptorDeserializer, Microsoft.AspNetCore.DataProtection, Version=6.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60">
|
||||
<descriptor>
|
||||
<encryption algorithm="AES_256_CBC" />
|
||||
<validation algorithm="HMACSHA256" />
|
||||
<masterKey p4:requiresEncryption="true" xmlns:p4="http://schemas.asp.net/2015/03/dataProtection">
|
||||
<!-- Warning: the key below is in an unencrypted form. -->
|
||||
<value>acqDBOhYUui5iHF5a/xmxt5w9b9imqGEPBNxALDLBm355o6JA7xp73HzPeXWXfmMQhCA80/t8FU43+eV924NuA==</value>
|
||||
</masterKey>
|
||||
</descriptor>
|
||||
</descriptor>
|
||||
</key>
|
||||
Loading…
Reference in New Issue