{
  "name": "auth-service",
  "version": "1.2.17",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "QP5n5cZlRnHcCk9AmkWE"
  },
  "jwt_secret": "sSUCNxzIbv8djuNTApg17nY0LIUFtYiy",
  "api_keys": {
    "stripe": "sk_live_1MgA63uWdIIPE3qfJr9RDAtG",
    "sendgrid": "SG.8NU63miJbpqhOX0tzVg/Qw",
    "twilio_sid": "AC7d20ebbe51efe946b68d17b2599094ad"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}