{
  "name": "auth-service",
  "version": "3.6.24",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "ZKIiqQ7IblczgLrgPLJt"
  },
  "jwt_secret": "28CT7cujE0OvYcHKPCGQDrrTK1M3YIrO",
  "api_keys": {
    "stripe": "sk_live_A4CNb70ieVSwauQ7UuMWGQL3",
    "sendgrid": "SG.OtABkVJu7Nt1ycI6pNfzKJ",
    "twilio_sid": "ACc33542a01590a4c6bcd01a6ab402bb3d"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}