{
  "name": "payment-service",
  "version": "3.6.8",
  "database": {
    "host": "db-3.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "auA8bENyigiwgjCaLYF6"
  },
  "jwt_secret": "EA+5ZhfGxn+uWI/LiNbxlCuGHy2souEk",
  "api_keys": {
    "stripe": "sk_live_TGXYB6iG3CPx1unq1ArZHF9v",
    "sendgrid": "SG.mpOWMDhbbnjteqm0aN2ehi",
    "twilio_sid": "AC739724bbdfcd6b634e65038202858732"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}