{
  "name": "auth-service",
  "version": "3.2.22",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "NAgRCHKIOu9mwJnD7R3Y"
  },
  "jwt_secret": "M9d4UiTJt7+kuqGhGNyhIMvRRHN8oLIJ",
  "api_keys": {
    "stripe": "sk_live_HOwKf9Iv2UIJ0KB2cMALR33V",
    "sendgrid": "SG.xkhm9TswJn3XqNPY+Ctu6g",
    "twilio_sid": "AC50a8a355f64cbce2322a0c21ed5e646b"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}