{
  "name": "auth-service",
  "version": "1.9.29",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "aKeuuI2Q59NqnSvY26nI"
  },
  "jwt_secret": "uwBhnMWdNjv5w4RrYE0Zfs9uuZ2dVOg1",
  "api_keys": {
    "stripe": "sk_live_9VAaWSJ9Nxmls3OlL6Tcua19",
    "sendgrid": "SG.3GRK93LeMbo0IpCLfaIO6A",
    "twilio_sid": "AC2117593bf0c2bbcd5e88420f147a38a8"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}