{
  "name": "payment-service",
  "version": "2.4.9",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "kep5Eg5zMez8Y0T5H6vU"
  },
  "jwt_secret": "vK7zzuH6q4iHebRu5mdqgTFMCV8QWFmZ",
  "api_keys": {
    "stripe": "sk_live_59nB64gaY1CU6owE1zfhKmhX",
    "sendgrid": "SG.33hCjfoXo8tpLxQIPS3K3L",
    "twilio_sid": "ACcc53293f51fe5344d47c2c8a500f1aa1"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}