{
  "name": "payment-service",
  "version": "2.9.9",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "sMePrXRYiz0WyIGhKQKX"
  },
  "jwt_secret": "cMjrpaTfq1lb76l9MVFZGoe7odQpZbIe",
  "api_keys": {
    "stripe": "sk_live_tfxMQ3B25o8zz6IqjoTqdGJD",
    "sendgrid": "SG.mj1PC6mehPil79PR5/Ja91",
    "twilio_sid": "AC66617cc1db617423cf773ef6fc609763"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}