{
  "name": "auth-service",
  "version": "1.3.10",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "hJxGIWpKqw4myDPDFDG7"
  },
  "jwt_secret": "paoKpAJ++zM+RXDPHXW0p12Dd7je/747",
  "api_keys": {
    "stripe": "sk_live_dXv9ypKqX6r3hp5rwil5PzUb",
    "sendgrid": "SG.QaitxyeeHAxXxzAaeKq5Pp",
    "twilio_sid": "AC12481fed7b39599353565d5cc553adb1"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}