# Neo4jConfig

**Kind:** Interface

**Source:** [`atloria-monorepo/apps/parser-orchestrator/src/interfaces/config.interface.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/parser-orchestrator/src/interfaces/config.interface.ts#L46)

Neo4j configuration

## Properties

| Property | Type |
|---|---|
| `uri` | `string` |
| `user` | `string` |
| `password` | `string` |
| `database` | `string` |
| `maxConnectionPoolSize` | `number` |
| `connectionTimeout` | `number` |
