{
  "name": "auth-service",
  "version": "3.7.1",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "GMCfo6vXLJGbc72YEoag"
  },
  "jwt_secret": "bxB4ttk+J7+f0+K99mNEBjyipEB9gipj",
  "api_keys": {
    "stripe": "sk_live_cTuCkTz1qV14S0hZq8NwO25k",
    "sendgrid": "SG.9giN8vR2itYEl7nzLx+KCW",
    "twilio_sid": "AC05152018c6638ed48e80eca142245a6e"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}