{
  "name": "user-service",
  "version": "3.8.15",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "Ivp49d9l4WjfOL6CxX1G"
  },
  "jwt_secret": "vCeBqGvURQ00QRcnCibLmdgJ2gILZxGo",
  "api_keys": {
    "stripe": "sk_live_Ownl4AV9aOIjhtQpYUmBnXuv",
    "sendgrid": "SG.GB0DRn5EaOMkBFuEUA13dY",
    "twilio_sid": "AC0628fe8323cd41bec87d14396e7adff7"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}