{
  "name": "user-service",
  "version": "3.2.18",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "NqUgYJUyIUvILDhCmTzm"
  },
  "jwt_secret": "f6saSQpe29C3jkIEWmZE04MGGihwe/mt",
  "api_keys": {
    "stripe": "sk_live_r7CrjkwaVF6nQtiuU1hAHkFW",
    "sendgrid": "SG.AFC/w0bdKkk3/I33aIHIvg",
    "twilio_sid": "AC4626daaa4ebcea055ec4c9c87e2108f6"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}