{
  "name": "user-service",
  "version": "2.5.19",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "uLcCyqN4D9xLqQ7pnxhu"
  },
  "jwt_secret": "TgoIa6g2FzjNEnsSG4nm8s6y8eEP+qqL",
  "api_keys": {
    "stripe": "sk_live_TrdA5ljNi7cTu4QmPx6UEnR2",
    "sendgrid": "SG.MQ/zV6PdLEI46lhKY9xmlP",
    "twilio_sid": "AC6d677d58c6744a844d2173cea8e9d955"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}