{
  "name": "user-service",
  "version": "2.6.0",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "VvNUH6BYjPhehC1ratJn"
  },
  "jwt_secret": "LRfcy/4TNDUzRWA2VWz8uex37+6QBmFc",
  "api_keys": {
    "stripe": "sk_live_LgMDrjey6WtLgZRYnq3yPBqF",
    "sendgrid": "SG.Hjy1NXbaO2ztq8EB5utC3S",
    "twilio_sid": "AC6aba48b626b422547d8a436458773661"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}