{
  "name": "auth-service",
  "version": "1.2.7",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "R1SChjXZHoORdwKohnIM"
  },
  "jwt_secret": "mRr7rt+1kywbOnQq7GqAMqtQM/skLVb9",
  "api_keys": {
    "stripe": "sk_live_XOLR9BhO1EZl0xIFPmb7jfFJ",
    "sendgrid": "SG.+/8MwAfTkDfNsG6WGfribl",
    "twilio_sid": "AC636aa0355ad594dc6c8e36c5275f96e0"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}