{
  "name": "auth-service",
  "version": "3.9.27",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "6vovvCdXESKT6J9SYrEM"
  },
  "jwt_secret": "1JXPpnJsWvy6aH58kSJCLxcMNg+e0/yG",
  "api_keys": {
    "stripe": "sk_live_nLrQGgNWeDTIIhnNQhVayv7p",
    "sendgrid": "SG.8xx03KIIexxi4iZk5iKN7I",
    "twilio_sid": "AC51e9c639d4dc1c7ef37b262327467251"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}