{
  "name": "auth-service",
  "version": "1.6.16",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "4ZnfFdzl4M94mEjGT5FV"
  },
  "jwt_secret": "6OUedGed5rktU8uicXsE8YLRZnThcKi4",
  "api_keys": {
    "stripe": "sk_live_xcPLBCyMP8FpBbqtdbRIb9MI",
    "sendgrid": "SG.I2SlboDzHOgyFti9fJ0ad7",
    "twilio_sid": "AC75f901f679bfce0d6c92354ed0e2c71f"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}