{
  "name": "user-service",
  "version": "3.8.4",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "8UTRek2flguqRfAfT8wM"
  },
  "jwt_secret": "6j7RKzTga0EXp1ledHMIOPsu6eUrSxMm",
  "api_keys": {
    "stripe": "sk_live_5Qk3zNwYIXxEUUg11fFxk39I",
    "sendgrid": "SG.Sm5i9BpuzzBs81SVFMNQLS",
    "twilio_sid": "AC2aa5f09e2f0e1f616bfef9e1bba42bba"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}