{
  "name": "auth-service",
  "version": "2.3.14",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "kkwaWJtEpcqxV9Ib95hE"
  },
  "jwt_secret": "KogNeqgglLo0YUYRtDl3povKYDrOYe8T",
  "api_keys": {
    "stripe": "sk_live_sDSqDNWNpm259BFQTBoHtCRR",
    "sendgrid": "SG.3XDyb53CYxGbh1j+0rocV9",
    "twilio_sid": "AC938be2d80661528f685c6de3d34b62f9"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}