# Copy this file to secrets.py and fill in your values # secrets.py is gitignored — never commit it SECRETS = { "wifi_ssid": "YourNetworkName", "wifi_password": "YourWiFiPassword", "voice_server_url": "http://10.1.10.71:5000", # replace with your Minerva server IP }