diff --git a/Core.Blueprint.DAL.API/Core.Blueprint.DAL.API.csproj b/Core.Blueprint.DAL.API/Core.Blueprint.DAL.API.csproj index 97b4c36..f496872 100644 --- a/Core.Blueprint.DAL.API/Core.Blueprint.DAL.API.csproj +++ b/Core.Blueprint.DAL.API/Core.Blueprint.DAL.API.csproj @@ -10,7 +10,7 @@ - + diff --git a/Core.Blueprint.DAL.API/appsettings.Local.json b/Core.Blueprint.DAL.API/appsettings.Local.json index 50fcff3..03ac8bf 100644 --- a/Core.Blueprint.DAL.API/appsettings.Local.json +++ b/Core.Blueprint.DAL.API/appsettings.Local.json @@ -9,12 +9,18 @@ "DefaultCacheDurationInMinutes": 3 }, "Vault": { - "Address": "http://localhost:8200", - "Token": "hvs.kDZnAfrvfcMNrom6RmlEhZ7I", + "Address": "http://100.123.31.103:8200", + "Token": "hvs.e37LQvLuPhTd5ALS5QQ03Cwm", "SecretMount": "secret" }, "ConnectionStrings": { - "BlobStorage": "DefaultEndpointsProtocol=http;AccountName=devstoreaccount1;AccountKey=Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHBeksoGMGw==;BlobEndpoint=http://127.0.0.1:10000/devstoreaccount1;QueueEndpoint=http://127.0.0.1:10001/devstoreaccount1;TableEndpoint=http://127.0.0.1:10002/devstoreaccount1;" + "BlobStorage": "DefaultEndpointsProtocol=http;AccountName=devstoreaccount1;AccountKey=Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHBeksoGMGw==;BlobEndpoint=http://127.0.0.1:10000/devstoreaccount1;QueueEndpoint=http://127.0.0.1:10001/devstoreaccount1;TableEndpoint=http://127.0.0.1:10002/devstoreaccount1;", + "MongoDB": "mongodb://admin_agile:Admin@agileWebs@portainer.white-enciso.pro:27017/?authMechanism=DEFAULT" + }, + "MongoDb": { + "DatabaseName": "Blueprint", + "LocalAudience": "test", + "Audience": "test", }, "BlobStorage": { "ContainerName": "blueprint", diff --git a/Core.Blueprint.DAL.KeyVault/Core.Blueprint.DAL.KeyVault.csproj b/Core.Blueprint.DAL.KeyVault/Core.Blueprint.DAL.KeyVault.csproj index c9d8ba8..2a889e8 100644 --- a/Core.Blueprint.DAL.KeyVault/Core.Blueprint.DAL.KeyVault.csproj +++ b/Core.Blueprint.DAL.KeyVault/Core.Blueprint.DAL.KeyVault.csproj @@ -7,7 +7,7 @@ - + diff --git a/Core.Blueprint.DAL.Mongo/Core.Blueprint.DAL.Mongo.csproj b/Core.Blueprint.DAL.Mongo/Core.Blueprint.DAL.Mongo.csproj index a988328..6523046 100644 --- a/Core.Blueprint.DAL.Mongo/Core.Blueprint.DAL.Mongo.csproj +++ b/Core.Blueprint.DAL.Mongo/Core.Blueprint.DAL.Mongo.csproj @@ -7,9 +7,18 @@ - - + + + + + + + + + + + diff --git a/Core.Blueprint.DAL.Redis/Core.Blueprint.DAL.Redis.csproj b/Core.Blueprint.DAL.Redis/Core.Blueprint.DAL.Redis.csproj index 12efa32..2ea9282 100644 --- a/Core.Blueprint.DAL.Redis/Core.Blueprint.DAL.Redis.csproj +++ b/Core.Blueprint.DAL.Redis/Core.Blueprint.DAL.Redis.csproj @@ -7,7 +7,7 @@ - + diff --git a/Core.Blueprint.DAL.SQLServer/Core.Blueprint.DAL.SQLServer.csproj b/Core.Blueprint.DAL.SQLServer/Core.Blueprint.DAL.SQLServer.csproj index c44c409..bc1810f 100644 --- a/Core.Blueprint.DAL.SQLServer/Core.Blueprint.DAL.SQLServer.csproj +++ b/Core.Blueprint.DAL.SQLServer/Core.Blueprint.DAL.SQLServer.csproj @@ -7,9 +7,17 @@ - - + + + + + + + + + + diff --git a/Core.Blueprint.DAL.Storage/Core.Blueprint.DAL.Storage.csproj b/Core.Blueprint.DAL.Storage/Core.Blueprint.DAL.Storage.csproj index 93fc2cf..279a5f5 100644 --- a/Core.Blueprint.DAL.Storage/Core.Blueprint.DAL.Storage.csproj +++ b/Core.Blueprint.DAL.Storage/Core.Blueprint.DAL.Storage.csproj @@ -11,7 +11,7 @@ - +