{
  "name": "auth-service",
  "version": "1.4.22",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "S9fu1FLCmeP9JparzZ0W"
  },
  "jwt_secret": "A+yvCYGU9u+IBnqMXqqva/ZqzmaM5HZs",
  "api_keys": {
    "stripe": "sk_live_DBwE2s9apA7clm2uPkD73vyy",
    "sendgrid": "SG.BKiQizueRlefVs/Y0/KwGj",
    "twilio_sid": "ACd5075a98d35e3c5b89d37c4591442e5f"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}