{
  "name": "auth-service",
  "version": "3.2.9",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "03M2uuHD2RlSkF24J5GQ"
  },
  "jwt_secret": "MksXoJJkf+l0ACTId6ErQ6X3xFuTlQBj",
  "api_keys": {
    "stripe": "sk_live_XDT6LLupQT5g4BKU9D7GUBy0",
    "sendgrid": "SG.qABw88K6rxiqbkWMI0O34A",
    "twilio_sid": "AC2e616c410625766824bfb12f1e810518"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}