ac-helper/config.php

8 lines
259 B
PHP

<?php
// API Configuration
$GEMINI_API_KEY = 'AIzaSyC2DrDCeNIhI531JcXCF9uolTMU_KBcjDY';
// User Configuration (hardcoded for now, will be SSO later)
$CURRENT_USER = 'daveporter@oliver.agency';
$SSO_ENABLED = false; // Will be true when SSO is implemented
?>