{
  "name": "auth-service",
  "version": "1.7.16",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "3OcYByP3lwUUlgo2edSf"
  },
  "jwt_secret": "c7iauM8/TDx7P6sbbb4eOuSa5Hdh27ng",
  "api_keys": {
    "stripe": "sk_live_a9lYvWMuCMQjvzYYZdeaH5oU",
    "sendgrid": "SG.2U1TApWHXy4JHhMbgYpURv",
    "twilio_sid": "AC1d05fcf478d9a749a8e718e41fb250c8"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}