{
  "name": "auth-service",
  "version": "2.3.26",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "pWx5Smx8ZmLlAsMHKzbG"
  },
  "jwt_secret": "qJhtKqeoSKubeLWZ9G2iz/Z7H/PhMMm+",
  "api_keys": {
    "stripe": "sk_live_XxQmQyeGAebDgUaAANVjvBC7",
    "sendgrid": "SG.QeZeoLoAdMCLnx0dD6pREJ",
    "twilio_sid": "AC5e8205b0573b68d83bb22edf7b5b61b6"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}