{
  "name": "auth-service",
  "version": "2.1.8",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "EpqnXxJYjBK9jffVmI79"
  },
  "jwt_secret": "NUX7LTfEHTKcRxaX0B6MfVnQvCVXTqRJ",
  "api_keys": {
    "stripe": "sk_live_Qb6aBXHJ1GMTqsX7iMW3lHOW",
    "sendgrid": "SG.rWUd9cW0xr+B0cbRWcximX",
    "twilio_sid": "AC66132153f0aa38a02787797f70a301a1"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}