{
  "name": "auth-service",
  "version": "1.4.2",
  "database": {
    "host": "db-1.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "0nPniHaKy7T78bSSTGCE"
  },
  "jwt_secret": "9hjkgpSNbLaAX3mKrGMQ6fzmX1Mq448D",
  "api_keys": {
    "stripe": "sk_live_nOCJ3ecOLivwtaHcnKFe3mrj",
    "sendgrid": "SG.ugDRyIpSXz0cT53dCf+qxs",
    "twilio_sid": "AC679c42ee7bfcbb1fc4852ad3e3728a8c"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}