{
  "name": "payment-service",
  "version": "3.5.9",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "WBzCcw7a2DSvlHYdzlc2"
  },
  "jwt_secret": "C1u5iUzP2ayQXoh8l/npgCq1YMHcWqob",
  "api_keys": {
    "stripe": "sk_live_Towb6jDORjxNtrLxpGGh3b5o",
    "sendgrid": "SG.+6AslXExXuZoKruTbbSqxg",
    "twilio_sid": "AC1468e29b2eab6cfe7d98136ab3e96c5d"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}