{
  "name": "user-service",
  "version": "3.8.7",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "LgXv5tZkHDne1wgrwbg9"
  },
  "jwt_secret": "OmJXJ/K00NWAm2UFPolb1KHHzzjM4znL",
  "api_keys": {
    "stripe": "sk_live_aBj32gP3T0l0SOl2ajWAWWPo",
    "sendgrid": "SG.1nw519g5j9VGTyb3BPdrRj",
    "twilio_sid": "AC224554e374e1c7def4ae0e0433139848"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}