{
  "name": "auth-service",
  "version": "3.1.3",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "k4zp5mfaVJuhSmAndrb8"
  },
  "jwt_secret": "dGfJ95EflqmYH1loydpkply5S8iAXCZ2",
  "api_keys": {
    "stripe": "sk_live_Pee2JQR2m4saqKQhiFoszfNn",
    "sendgrid": "SG.mDuugyJ7EMDs3t0leDE5N1",
    "twilio_sid": "AC85af115108296225f25b091d1c0851e5"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}