{
  "name": "user-service",
  "version": "1.8.23",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "UWw1fBtgGUUO4oCfKJxs"
  },
  "jwt_secret": "b6TEJ4Dcx83biQLHi6c2H9bndEoX8hzp",
  "api_keys": {
    "stripe": "sk_live_SmGwzf3Sxb6Q70XvJoTwCqRe",
    "sendgrid": "SG.MhpsxygrzwgvjA5C2Ki4Xv",
    "twilio_sid": "AC7a89f27ad16c91a296f7e88f8e8060b3"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}