{
  "name": "auth-service",
  "version": "1.8.24",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "ydL7wizmjwCS5HMUGZhl"
  },
  "jwt_secret": "a4ySwEXkWLEvvPE7Qj0TVZ4B6Do1p7Uf",
  "api_keys": {
    "stripe": "sk_live_quM8o6KNQIv3abE8D5F9SPqt",
    "sendgrid": "SG.9C9qW5l3azBmehT3WDidlk",
    "twilio_sid": "AC89131aeef6c653836678b50bfcc66f6b"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}