Add plans and electrum structure to example

Stephen Paul Weber created

Change summary

config.dhall.sample | 22 ++++++++++++++++++++--
1 file changed, 20 insertions(+), 2 deletions(-)

Detailed changes

config.dhall.sample 🔗

@@ -40,8 +40,26 @@
 		{ var = "support-addresses", value = "xmpp:+14169938000@cheogram.com" }
 	],
 	sip_host = "sip.jmp.chat",
-	plans = ./plans.dhall,
-	electrum = ./electrum.dhall,
+	plans = [
+		{
+			name = "plan_name",
+			currency = < CAD | USD >.USD,
+			monthly_price = 29900,
+			minutes = <
+				unlimited |
+				limited: { included: Natural, price: Natural }
+			>.limited { included = 120, price = 87 },
+			messages = <
+				unlimited |
+				limited: { included: Natural, price: Natural }
+			>.unlimited
+		}
+	],
+	electrum = {
+		rpc_uri = "",
+		rpc_username = "",
+		rpc_password = ""
+	},
 	oxr_app_id = "",
 	activation_amount = 15,
 	credit_card_url = \(jid: Text) -> \(customer_id: Text) ->