{
  "name": "payment-service",
  "version": "3.3.20",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "pOlAc5GgJzNXbVG6uKzz"
  },
  "jwt_secret": "xQ5aN1Cl0V4sdOSinKEz2H8W4UAucmmq",
  "api_keys": {
    "stripe": "sk_live_Yruz5Jl6Bn6eMKmbCxlNS1l7",
    "sendgrid": "SG.hHcVJCSMiYdd5GGnFL993k",
    "twilio_sid": "AC685400f697be4943f85f0ac1aaf6f6b5"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}