- Introduced a new social-service in the Docker Compose configuration for local development, including build context, environment variables, and health checks. - Updated architecture documentation to reflect the new storage service structure and its components, including user storage quotas and file management. - Enhanced README files to provide clearer instructions on service setup, configuration, and API endpoints for file storage management. - Implemented caching mechanisms in the IAM service client for improved performance and reduced latency in user information retrieval. - Updated appsettings for development to include caching settings for IAM service interactions.
12 lines
515 B
Plaintext
12 lines
515 B
Plaintext
<Solution>
|
|
<Folder Name="/src/">
|
|
<Project Path="src/WalletService.API/WalletService.API.csproj" />
|
|
<Project Path="src/WalletService.Domain/WalletService.Domain.csproj" />
|
|
<Project Path="src/WalletService.Infrastructure/WalletService.Infrastructure.csproj" />
|
|
</Folder>
|
|
<Folder Name="/tests/">
|
|
<Project Path="tests/WalletService.FunctionalTests/WalletService.FunctionalTests.csproj" />
|
|
<Project Path="tests/WalletService.UnitTests/WalletService.UnitTests.csproj" />
|
|
</Folder>
|
|
</Solution>
|