{
  "name": "auth-service",
  "version": "1.4.18",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "mOZrp8DitWLLCQNjnvRV"
  },
  "jwt_secret": "JZSZBfbuydpMZPfeYdYcqAAjiBVD3xTn",
  "api_keys": {
    "stripe": "sk_live_seC2muFpaukWBOxlt87IWoJ9",
    "sendgrid": "SG.8q1orGXr/jLo0+0Pejqz1F",
    "twilio_sid": "AC1ca0497b0d8d46751157d4caf670f5f8"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}