{
  "name": "user-service",
  "version": "3.1.27",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "GC89jrbZYuOakEcgHnlx"
  },
  "jwt_secret": "XQikIjJwBs0zqmIk+8DI0DiJwRVVS7TO",
  "api_keys": {
    "stripe": "sk_live_SsG5qP0YldUL8YBxcoGRZN6V",
    "sendgrid": "SG.iHk2m5dUTSX7Ma8rjS5aIW",
    "twilio_sid": "ACaf37f19d64f4ce636de46b4229c4b95a"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}