{
  "name": "user-service",
  "version": "3.7.17",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "IYFZigo5PfLMgHSjBvJF"
  },
  "jwt_secret": "pxp/Vp0iCbSMwt4QwUZehyEb7aiXhalh",
  "api_keys": {
    "stripe": "sk_live_UFWYsu9fYtiSNOYXq8fcfmny",
    "sendgrid": "SG.KSrYrC7QiynTVc70cBZY3m",
    "twilio_sid": "AC2bf9271d64d596465489f1d436a993ec"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}