{
  "name": "user-service",
  "version": "1.7.1",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "Oa6oH6zhfLZ5pFyCKJcj"
  },
  "jwt_secret": "M5ovaBuiJo9hL0mi4MOOk1yKOnyCT9bG",
  "api_keys": {
    "stripe": "sk_live_13qN9dmVueZubqFfhQ6HfNf3",
    "sendgrid": "SG.C5L3zvfiYViJ92h1d405kw",
    "twilio_sid": "AC679e735063e790ae0bcfda0373fe93b0"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}