{
  "name": "user-service",
  "version": "3.8.4",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "BCtxlZkFdnqP0jHNVZ55"
  },
  "jwt_secret": "8BeOyDo1Iw5W8NRnd7qfFFNibopSXyg5",
  "api_keys": {
    "stripe": "sk_live_zkUKzOKvYyoaZT3fMy6EnCX1",
    "sendgrid": "SG.jKhue4/UH5tWc7b7nwCRSh",
    "twilio_sid": "AC12458596e9550775e0249ae21563db03"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}