{
  "name": "auth-service",
  "version": "3.5.9",
  "database": {
    "host": "db-4.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "hBOWkgxjoefeCuQRJwB6"
  },
  "jwt_secret": "u8/FVXhZvdl+i8EjFjiHu02QMGaRdvP4",
  "api_keys": {
    "stripe": "sk_live_sk1amF6eDnWyOqZahceYBxlN",
    "sendgrid": "SG.Rv3WvfmQqnlT7epdyVYAtN",
    "twilio_sid": "AC55967f48c7a562c66e549891ed9a528a"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}