{
  "name": "payment-service",
  "version": "2.5.11",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "w20Ycyxvb6uDOsT4Wr17"
  },
  "jwt_secret": "NVZ1IZ0g1UDcz5GnJez8piLv2jn5VMOM",
  "api_keys": {
    "stripe": "sk_live_6DJbYWrvV5QAVNW7nhNN5qNQ",
    "sendgrid": "SG.RrPttfUV3z/A4vr/KVRpPD",
    "twilio_sid": "AC8f9b95329e77da3b6eda007d9794c894"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}