{
  "name": "user-service",
  "version": "3.6.24",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "hrSC4uhnZ5KW96h5E2zO"
  },
  "jwt_secret": "kIE3ly528T8/VkVolIOt54jEFXKChw7R",
  "api_keys": {
    "stripe": "sk_live_VNTtIHXslPgb8cAeVn2mpIhn",
    "sendgrid": "SG.3GyvdoJ6iL30JqfLTqF7yk",
    "twilio_sid": "AC6a4e109fb5a9e53c19fa8c08cf6373e1"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}