{
  "name": "auth-service",
  "version": "3.8.1",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "rV7VOWl9Ly067wADU3Jm"
  },
  "jwt_secret": "qyAR/p2RnN/1a8z5OLWmnGV/mmR9HE4z",
  "api_keys": {
    "stripe": "sk_live_aCu2XBwyYnHMuzqJ3xSLXoHH",
    "sendgrid": "SG.tpfWspTWmlEpLK9kqcUfSK",
    "twilio_sid": "AC2f75e42b92779a1ab71f985f5c834f8e"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}