{
  "name": "auth-service",
  "version": "1.8.8",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "ez1872VTtoWi0ylBLwNH"
  },
  "jwt_secret": "C6VOmpYVV6rqQPXCRETmxO4KbR/0FfWA",
  "api_keys": {
    "stripe": "sk_live_tr4qJEYk2vUqrkqvvSbPV3Jw",
    "sendgrid": "SG.T2XhSKa9z0Nqzr46JXZXpc",
    "twilio_sid": "ACb3a3cec06ae845d3aff21f7e900a1fa0"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}