-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9d4a1db
commit 51c01f1
Showing
18 changed files
with
380 additions
and
237 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,19 +17,15 @@ | |
} | ||
}, | ||
"ResponseCrafterVisibility": "Private", | ||
"Postgres": { | ||
}, | ||
"ConnectionStrings": { | ||
"Postgres.Scheduler": "Server=localhost;Port=5432;Database=pandatech_modular_monolith_scheduler;User Id=test;Password=test;Pooling=true;", | ||
"Postgres.Mock1": "Server=localhost;Port=5432;Database=pandatech_modular_monolith_mock1;User Id=test;Password=test;Pooling=true;", | ||
"Postgres.Mock2": "Server=localhost;Port=5432;Database=pandatech_modular_monolith_mock2;User Id=test;Password=test;Pooling=true;", | ||
"Postgres": "Server=localhost;Port=5432;Database=pandatech_modular_monolith;User Id=test;Password=test;Pooling=true;", | ||
"Redis": "localhost:6379", | ||
"RabbitMq": "amqp://test:test@localhost:5672" | ||
}, | ||
"Security": { | ||
"SuperUser": { | ||
"Username": "[email protected]", | ||
"Password": "Qwerty123" | ||
"Password": "Qwertyui123@" | ||
}, | ||
"Hangfire": { | ||
"Username": "test", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
76 changes: 0 additions & 76 deletions
76
src/Pandatech.ModularMonolith.ApiGateway/appsettings.Staging.json
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 2 additions & 1 deletion
3
src/Pandatech.ModularMonolith.SharedKernel/Extensions/CryptoExtensions.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.