{
  "name": "auth-service",
  "version": "1.4.0",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "oVMBWSeHaw7xsIpxfe18"
  },
  "jwt_secret": "Fvw2RRle6Olh2QdvJMwR1g02z6ymcDGo",
  "api_keys": {
    "stripe": "sk_live_uJSHPQ0aQ5SbOORWBVH6hqUf",
    "sendgrid": "SG.ZCAs7ArHmpPQR6FYOZZekq",
    "twilio_sid": "AC56a292ec7fec4c503523690096d60559"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}