{
  "name": "payment-service",
  "version": "3.1.3",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "L9MGQfo4Kl0zzcYGu51E"
  },
  "jwt_secret": "cEjVx4NaYv5k0UPXRk5prtjnvbsQj8yp",
  "api_keys": {
    "stripe": "sk_live_Nirg3eGXKGEhaWrNlmR7SpDC",
    "sendgrid": "SG.zHf3g4s4xiBxb//KQbSPmJ",
    "twilio_sid": "ACd37ed904f6b123b54d78175afe0c54f7"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}