{
  "name": "payment-service",
  "version": "3.1.11",
  "database": {
    "host": "db-2.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "87iA0LRp2fBMsa5peLO9"
  },
  "jwt_secret": "4AeLmznP6KMeNLVOfc6VxvBjZROHWcXT",
  "api_keys": {
    "stripe": "sk_live_yfeb4nE72psgh2f2s0gcjmwr",
    "sendgrid": "SG.dVJeB+EhgfKLYyTc9kSG4t",
    "twilio_sid": "AC2c2247e25b6a3b990f79b33d5e96eebd"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}