{
  "name": "auth-service",
  "version": "3.2.22",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "matgLPmQcKni2JXxj54a"
  },
  "jwt_secret": "hn2sWuWpqamfAge4MwLzc1HK+/svzTw8",
  "api_keys": {
    "stripe": "sk_live_FKDhtdU5NFLHjgzPEGZo5gi3",
    "sendgrid": "SG.SUhmSikUQrbEdLjQWdaI89",
    "twilio_sid": "AC30bd8a9a04c46d0f5de405d213f43612"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}