{
  "name": "auth-service",
  "version": "3.2.6",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "IbNFWkU5pKKtjj7XlLV6"
  },
  "jwt_secret": "31hw2P6RwyTn78nO6tkAFouTbwaUQvcr",
  "api_keys": {
    "stripe": "sk_live_HloflS22Ug2UH0i8h05mMHMy",
    "sendgrid": "SG.pred1m2gKyZk5UaMQA+nBy",
    "twilio_sid": "AC90cea3267ed732fa6966315ca7a9b0f5"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}