{
  "name": "payment-service",
  "version": "2.1.14",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "D1DpFeiwAZ28rPOwBVPD"
  },
  "jwt_secret": "n1+hCNMPrqyqrWB2T0Pq9SJeRd+G3eME",
  "api_keys": {
    "stripe": "sk_live_JGtny4FJrjbgcapuj6eAONXf",
    "sendgrid": "SG.tVU7rYFK3sLIrITHqrZdKd",
    "twilio_sid": "ACbeba050bcb2243c3ed3de35e418fed94"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}