{
  "name": "payment-service",
  "version": "2.4.8",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "GIwoLWOKrvXZkjkYJ4mx"
  },
  "jwt_secret": "KmtxJRenZp/7yjT7JAaHQIepleaICIv1",
  "api_keys": {
    "stripe": "sk_live_L1VuLW3WNHML8mPDyTkXbV2Z",
    "sendgrid": "SG.IcGggIJ1VLm83TiIIcIYPk",
    "twilio_sid": "AC6fb0af2ec8efee6c3ae59bd28e027cda"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}