{
  "name": "auth-service",
  "version": "2.5.13",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "Ab70tJD5bem51GxCY4hF"
  },
  "jwt_secret": "eYFepLNRPpScr7k5vJVW1dMmIhm4e4zG",
  "api_keys": {
    "stripe": "sk_live_xMBklxTjqXvVgrWSPWMVIyhN",
    "sendgrid": "SG.anKyKv57I319M4rT1Ee458",
    "twilio_sid": "ACf1ceb39c83757a4e69d27d91a1d961ad"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}