{
  "name": "auth-service",
  "version": "1.2.20",
  "database": {
    "host": "db-1.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "L6WOiEE3HW5qoqLRBkr1"
  },
  "jwt_secret": "/bITQakVG04l4rHkmGt4zFK4jwni8Z3d",
  "api_keys": {
    "stripe": "sk_live_LPSyWe4LchSvly48APzn9pxB",
    "sendgrid": "SG.fuZ2IOw9JjuNLG94bNRcFI",
    "twilio_sid": "AC00f4e352767d262aaf8c4889b1845853"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}