{
  "name": "user-service",
  "version": "1.8.2",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "noVagCkFezxvpHP8SJdP"
  },
  "jwt_secret": "ZZiQm/oGzSjPwtx3lPOPAs+uUOKZAKm8",
  "api_keys": {
    "stripe": "sk_live_Fxrb9ktDnMWqmNFFi4Qgy3Mf",
    "sendgrid": "SG.3TQL2VDMdxTOBezA2SLy89",
    "twilio_sid": "ACcbfc193b651287c01845c0d70e6681d4"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}