{
  "name": "user-service",
  "version": "1.3.1",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "GDqz2FAl9ZsRGpPPGa2B"
  },
  "jwt_secret": "ZIgvjQ0Lfb+OK8y3rPITXJX0f7tUrTgF",
  "api_keys": {
    "stripe": "sk_live_T7NeCuY9X8mL40lKT4iNx0tw",
    "sendgrid": "SG.v9dZkk7GZ0r8poJviWNhtU",
    "twilio_sid": "ACa064837e0e5312f22e386b852816d631"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}