{
  "name": "auth-service",
  "version": "3.9.18",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "95h6N6ZGVlX2BDjl3sWK"
  },
  "jwt_secret": "FEVdvcRUAvf2EuOWKhGR4ZxQ7vCp638O",
  "api_keys": {
    "stripe": "sk_live_dBw0iXPKwiQBWKptzsbjh78L",
    "sendgrid": "SG.PXZIbsksviNYE2chvpDecj",
    "twilio_sid": "ACa3ddbad7adc7768a2b774db787a0d65d"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}