{
  "name": "payment-service",
  "version": "1.8.2",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "ItDFyWNusfMvk2SdCaj4"
  },
  "jwt_secret": "Yke+HFztmwJW/JCPOYQD85xnRxcXN1xq",
  "api_keys": {
    "stripe": "sk_live_Si7dWku5UwyM9hv0hlrhcDGp",
    "sendgrid": "SG.VhRA9IFBf5LNRIG5hC2z/h",
    "twilio_sid": "ACc309f76c249a023456a14ae6e38746de"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}