{
  "name": "auth-service",
  "version": "2.6.1",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "dCTemo4Q6P6xxkXUoxas"
  },
  "jwt_secret": "xzVJFDWhZk2mZkezBo4woi/rP0gOSJPy",
  "api_keys": {
    "stripe": "sk_live_rQkXqYOdDn50MdsVmsBj187y",
    "sendgrid": "SG.LFh2isL/AynRiheztuiM5Q",
    "twilio_sid": "AC215fe1a1c32b5d5236374b598e3fe1c4"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}