{
  "name": "auth-service",
  "version": "3.1.26",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "2e8iF1rZPWtLSv7dDxh1"
  },
  "jwt_secret": "HAtfQUhc8P/YOngMgRsymNwDzoNM/muY",
  "api_keys": {
    "stripe": "sk_live_gTeus0HNvJM7fjfBROFByiLr",
    "sendgrid": "SG.VjG5cW5adXrAPI4BazPeZh",
    "twilio_sid": "ACdb4b63c91c4d65fd012dc027d44b9839"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}