{
  "name": "payment-service",
  "version": "2.0.2",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "yFH2GeLHJybRynAUvoPF"
  },
  "jwt_secret": "MdMvo5yFq7KosmI/Z70ckKmvf299EIMO",
  "api_keys": {
    "stripe": "sk_live_5n6ix9BymfFWYJhKEr6R4NiF",
    "sendgrid": "SG.CtOfVznhsqNUv7A2FfJMxk",
    "twilio_sid": "AC37a0540c5105eb7d5a1d3bcb5f753724"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}