{
  "name": "auth-service",
  "version": "1.6.1",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "XYVNfs4X0RDWVhm9PrHV"
  },
  "jwt_secret": "yOvg4mwGLmIPPTnxhWkSyhvMNJCzAmv+",
  "api_keys": {
    "stripe": "sk_live_9ulGepoLoGpxLhL7X4JEmROw",
    "sendgrid": "SG.aM+jm8AS1bYW9+VApPNYes",
    "twilio_sid": "AC80e6a3015ecd27c0db4b5e6b99547f0c"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}