{
  "name": "user-service",
  "version": "3.9.7",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "NC6XZS6DnyXdYpgLMZzJ"
  },
  "jwt_secret": "MTxuBqGyZNotETqC5hIWcrHKhbqeQT3W",
  "api_keys": {
    "stripe": "sk_live_fjcg4bgqs3iDMSAHLJ9wTKOK",
    "sendgrid": "SG./QvxG+DH0he8AI4y2EwN9F",
    "twilio_sid": "ACeeed482da12b97803ae9ee250f393ae2"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}