{
  "name": "user-service",
  "version": "1.3.25",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "oqRwR4BTQrZL8Cp8yEVm"
  },
  "jwt_secret": "4PnEycvuREsgvzeu50szPA/WMtkg7D1c",
  "api_keys": {
    "stripe": "sk_live_NemNmESc4WV4wbYkZbvDDCWs",
    "sendgrid": "SG.ZvPGK2zH2/qorWuAOcuV2d",
    "twilio_sid": "ACa7fcf53366feaeca273321bb7ccd15c4"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}