{
  "name": "auth-service",
  "version": "1.3.13",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "xEDZw7ms0kaofU9M0OP8"
  },
  "jwt_secret": "dH89fGscC0ZKQRgQ9z6aqbzOKbX25/1Q",
  "api_keys": {
    "stripe": "sk_live_rzyjWIMHJlHQILDl0oeALdmK",
    "sendgrid": "SG.31+39WI8Yh82nMYcO/BXfu",
    "twilio_sid": "ACd700d5536a60ba2747c0cfb6b89b78b2"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}