{
  "name": "auth-service",
  "version": "2.8.10",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "nP0q6w1HpWixVq233eXE"
  },
  "jwt_secret": "cWc8jZ0Rl+5DMkmn6W5TGtL7QocVi/le",
  "api_keys": {
    "stripe": "sk_live_QO51xe1ChnM2apOZcDsyZ9pY",
    "sendgrid": "SG.QLrV8WPybGUp2Yh0muB5jk",
    "twilio_sid": "AC8f3d961a1d594fd44452e5a9089a2708"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}