{
  "name": "auth-service",
  "version": "3.1.13",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "lEq9GKpIVJFEXN7FhTej"
  },
  "jwt_secret": "8qVRAkvr0OmexX3lW60HwEPg5yglDIf4",
  "api_keys": {
    "stripe": "sk_live_KvBxUQZ6Uxgs57KRZEiSQYZf",
    "sendgrid": "SG.BxRk9DQN48WlVTcoHX4cbJ",
    "twilio_sid": "ACf0c5e0723fb5e8622486675c92175b5a"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}