Skip to content

Commit

Permalink
Fixing a couple documentation issues found by coderabbitai
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmcilvenna committed Nov 21, 2024
1 parent bf1310e commit 16ad7a4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
13 changes: 10 additions & 3 deletions docs/service_specs/account.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,18 @@ The Account service is responsible for maintaining roles and permissions for Lin
| KafkaConnection__BootstrapServers__0 | `<KafkaBootstrapServer>` | No |
| KafkaConnection__GroupId | Account | No |

### Redis

| Name | Value | Secret? |
|--------------------------|---------------------------|--------|
| ConnectionStrings__Redis | `<RedisConnectionString>` | Yes |
| Cache__Enabled | true/false | No |

### Database Settings (MSSQL)

| Name | Value | Secret? |
|----------------------------|-----------------------|----------|
| Postgres__ConnectionString | `<ConnectionString>` | Yes |
| Name | Value | Secret? |
|---------------------------------------|-----------------------|----------|
| ConnectionStrings__DatabaseConnection | `<ConnectionString>` | Yes |

### Tenant API Settings

Expand Down
7 changes: 3 additions & 4 deletions docs/service_specs/normalization.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,9 @@ FHIR resources queried from EHR endpoints can vary from location to location. Th

### Database Settings (MSSQL)

| Name | Value | Secret? |
|---------------------------|-------------------------------|----------|
| MongoDB__ConnectionString | `<DatabaseConnectionString>` | Yes |
| MongoDb__DatabaseName | `<NormalizationDatabaseName>` | No |
| Name | Value | Secret? |
|---------------------------------------|-------------------------------|----------|
| ConnectionStrings__DatabaseConnection | `<DatabaseConnectionString>` | Yes |

## Consumed Events

Expand Down

0 comments on commit 16ad7a4

Please sign in to comment.