{
  "name": "payment-service",
  "version": "1.6.17",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "dg2jcdsi8LrWjajOKdZO"
  },
  "jwt_secret": "JI/lBU8stuCKWIo/zLfAHIq/0wZ2aT+f",
  "api_keys": {
    "stripe": "sk_live_1ZYG5tiGbEzhIdey1ADBp3iZ",
    "sendgrid": "SG.vxQaeQHDwfThIKVVp3u6iq",
    "twilio_sid": "AC627d2987dc237aff92e0f8191ba9605e"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}