Index: ChapterX.API/appsettings.json
===================================================================
--- ChapterX.API/appsettings.json	(revision a7550ca4790b7d1a7515a4a688b871e32313d8bf)
+++ ChapterX.API/appsettings.json	(revision 0b502c2664f4d6c64626f3394b4f1dc540e0aa9b)
@@ -11,4 +11,12 @@
     "Issuer": "ChapterX",
     "Audience": "ChapterX"
+  },
+  "ConnectionPool": {
+    "MinPoolSize": 1,
+    "MaxPoolSize": 20,
+    "ConnectionIdleLifetime": 300,
+    "ConnectionPruningInterval": 10,
+    "CommandTimeout": 30,
+    "Timeout": 15
   }
 }
