{
  "name": "auth-service",
  "version": "3.6.7",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "uTremydprl7wWwJ8zInK"
  },
  "jwt_secret": "nrfTfzOIpJz9LW5EFoiTRa7lMeAinlvN",
  "api_keys": {
    "stripe": "sk_live_P5HavmK4em30DCUF366JYDUK",
    "sendgrid": "SG.KcQDvKPIkSZbgXf6F9WhCc",
    "twilio_sid": "ACbbdfef93659903219e002d8f90df5e53"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}