{
  "name": "auth-service",
  "version": "3.5.29",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "A4CzP1TVKTaXciUrWO6m"
  },
  "jwt_secret": "X2sVa/dniCezhjDk+pVjmucIlCyhUXjU",
  "api_keys": {
    "stripe": "sk_live_RqSFRrO9KTQ5ibEKhQiwqJbA",
    "sendgrid": "SG.ubCrsasKP4aRmS3gcjvJiL",
    "twilio_sid": "AC5e8be98affa884d2c3705761ee7bb9f7"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}