{
  "name": "user-service",
  "version": "1.8.25",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "9Oe6MUonXG3vbFyubgAA"
  },
  "jwt_secret": "iixHBoXHeryRe9Y5cUHa5JASUjVQjLsp",
  "api_keys": {
    "stripe": "sk_live_MEOI4qY8lU3YzYs2XLVVUSi7",
    "sendgrid": "SG.jm8dQMTc+AnGOUJ8zPpAzV",
    "twilio_sid": "AC9ffccaf386ecc8f9576ea7227f24f25d"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}