{
  "name": "payment-service",
  "version": "2.5.9",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "oTBboacmW9OVIcjZpxCW"
  },
  "jwt_secret": "VR0UhbkQf2SJGnyrRl1mx7DMulMGWaio",
  "api_keys": {
    "stripe": "sk_live_hKLWhkzqKrnfyiZ4vEgWPfeR",
    "sendgrid": "SG.lmpVh9NZFy2NFu+30FFDBS",
    "twilio_sid": "ACc98573d8a9b9e8830015ef6050c381b7"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}