{
  "name": "auth-service",
  "version": "1.9.20",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "CaiLV9gZGZkPRABEiEo6"
  },
  "jwt_secret": "1181i4J9KiYW9Og4TZpgTGb4T26tRB5N",
  "api_keys": {
    "stripe": "sk_live_CiccL9Uug8ZvwxezatISEIkM",
    "sendgrid": "SG./FLXfl33ErGD5bn6axUmdA",
    "twilio_sid": "ACc3d9bf4d387ba07520101049121a68d0"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}