| { |
| "config": [ |
| { |
| "service.pid": "org.eclipse.osee.jdbc.internal.osgi.JdbcComponentFactory", |
| "jdbc.service": [ |
| { |
| "service.id": "1001", |
| "jdbc.client.driver": "org.postgresql.Driver", |
| "jdbc.client.db.uri": "jdbc:postgresql://localhost:5432/OSEE", |
| "jdbc.client.db.username": "osee", |
| "jdbc.client.db.password": "osee", |
| "jdbc.client.connection.pool.enabled": "true", |
| "jdbc.client.connection.pool.max.active.connections": "100", |
| "jdbc.client.connection.pool.max.idle.connections": "100", |
| "osgi.binding": [ |
| "client.jdbc.service", |
| "activity.jdbc.service", |
| "orcs.jdbc.service", |
| "account.jdbc.service", |
| "oauth.jdbc.service", |
| "app.server.jdbc.service" |
| ] |
| } |
| ] |
| } |
| ] |
| } |