{
  "name": "auth-service",
  "version": "2.8.12",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "hQBT1YYigs21arvrPAVq"
  },
  "jwt_secret": "ycOUTP5tQMCahTDNstgHtfW1R4GZfeP+",
  "api_keys": {
    "stripe": "sk_live_4IO4sfauaTvu051Ig8pUtZyk",
    "sendgrid": "SG.LpcsXy2lt1kUFA+TO1r2h5",
    "twilio_sid": "AC62fe42875261eebe954718c6bee8513a"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}