{
  "name": "user-service",
  "version": "1.7.6",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "wzeUr1wQV9PVHbwf5PqW"
  },
  "jwt_secret": "hc1NiJ5G9aDGErES7k4JjkiB5LgSOkls",
  "api_keys": {
    "stripe": "sk_live_XcLFsZI4qz0ikK2Y3XqlfIve",
    "sendgrid": "SG.mh+W0Q0yMLRJhJtcWr59Oh",
    "twilio_sid": "ACdb6953c62b9c379a761ebfad017ffbbf"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}