{
  "name": "payment-service",
  "version": "1.6.11",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "tYvVJBOoUd0brco8tQ60"
  },
  "jwt_secret": "94B9GRyn2qRpfrougU7gM3jLRgdIoUZJ",
  "api_keys": {
    "stripe": "sk_live_NJrmczb21TD79Heqr3OWbBER",
    "sendgrid": "SG.BlDmnDEQac940e5sZX7kSw",
    "twilio_sid": "AC27b6c9bb87ef8f45270639d3d4dbbe72"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}