{
  "name": "auth-service",
  "version": "3.5.16",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "53CfOdtVxwSl629oUTOa"
  },
  "jwt_secret": "4Zvle7/2OnQabWv0VeN9vDOfxPEKsaMC",
  "api_keys": {
    "stripe": "sk_live_MKJCQqVecHJcSyjexjnzQjsk",
    "sendgrid": "SG.L5YMkEEu/gxd6qoVqDXdOB",
    "twilio_sid": "AC3492076fe3535a72a495d320f06a517d"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}