{
  "name": "user-service",
  "version": "1.1.17",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "ogyu56MVduOexv2eXz7e"
  },
  "jwt_secret": "VDbxg2XSkvZreecQS2LpjHqAZ7fhrP3O",
  "api_keys": {
    "stripe": "sk_live_uG5XhdRiniHkV78ub8sYCRmk",
    "sendgrid": "SG.VEfXJlPFl8FTAgJRJTfZGL",
    "twilio_sid": "AC64aae28abf892ae4f5a04ede23966934"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}