{
  "name": "auth-service",
  "version": "3.2.25",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "QD3fVXF5KlUwfyDaIU5j"
  },
  "jwt_secret": "PeqVle3F2M+GeZl9wGm9KkFdm7ZEHMhK",
  "api_keys": {
    "stripe": "sk_live_M6OoFcRDwO6DtA0mKHugdEKo",
    "sendgrid": "SG.KnX0l6B5VVAABa45WHLwjD",
    "twilio_sid": "AC78d3656d29da7ff9aaf2ac1434b5a54d"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}