{
  "name": "payment-service",
  "version": "2.1.6",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "nlzaypawVVltwpjXYaxE"
  },
  "jwt_secret": "WUhI4MGZ/psAbThgZsmyihqWuE9EA4dZ",
  "api_keys": {
    "stripe": "sk_live_Ij5I3Fq0x2ow6KFFpisxACtE",
    "sendgrid": "SG.1qNzq5Lx3AxR6WKasXS8Db",
    "twilio_sid": "AC6f07319b5127e73620d58d722605b0ed"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}