{
  "name": "auth-service",
  "version": "1.6.4",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "5LQbuPM3D5n7eogf7kYg"
  },
  "jwt_secret": "X0b7IYZ0zw3iD6j+eBzHfl0CrCn8Xrla",
  "api_keys": {
    "stripe": "sk_live_hTbpbPDcySTHJJumpXFHSmQL",
    "sendgrid": "SG.+jujQfJXpVdEqC14X9pgj0",
    "twilio_sid": "AC01da78a33ab240d89880c29bc3b5367e"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}