{
  "name": "auth-service",
  "version": "1.6.22",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "4r0PHmxn5Ztm9YHTSuYJ"
  },
  "jwt_secret": "9oSt1TwpBXdvjJNSdtgricKZU8lvhziX",
  "api_keys": {
    "stripe": "sk_live_cQ37wmcWYqzB2KETyFkb2QdP",
    "sendgrid": "SG.wg64cyxW0qyFcEoP2r2FcW",
    "twilio_sid": "AC434a12ad63db230c09aa158e4738970e"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}