{
  "name": "auth-service",
  "version": "2.9.4",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "5Kdvc5pOEwXrofIM4KEh"
  },
  "jwt_secret": "m02NYlZDVKRG+qc4iENZRvW1hcrt7B82",
  "api_keys": {
    "stripe": "sk_live_MLo0DtHTApYtAVwT7BJPTzcC",
    "sendgrid": "SG.WcZ2Ho8+Njh+xN0C0FUMod",
    "twilio_sid": "ACa31cdc24d73d6fe5549a6905d8fa2ead"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}