Add required and google api link

This commit is contained in:
Jonathan Rosenbaum 2026-04-15 03:55:16 -04:00
parent c2730801e2
commit a297967d81

View File

@ -46,14 +46,19 @@ $localLeagueIDs = "WV102|WV103|WV112";
| `MEMBERSHIP_URL` | Yes | Your league's membership page URL. Find this by navigating to your league's membership page in the portal and copying the URL | | `MEMBERSHIP_URL` | Yes | Your league's membership page URL. Find this by navigating to your league's membership page in the portal and copying the URL |
| `SMTP_HOST` | No | SMTP server hostname for error email notifications (requires s-nail) | | `SMTP_HOST` | No | SMTP server hostname for error email notifications (requires s-nail) |
| `SMTP_PORT` | No | SMTP server port (default: 587) | | `SMTP_PORT` | No | SMTP server port (default: 587) |
| `SMTP_USE_STARTTLS` | No | Enable STARTTLS for SMTP (default: true) |
| `SMTP_AUTH` | No | SMTP auth type (default: login) |
| `SMTP_USER` | No | SMTP authentication username | | `SMTP_USER` | No | SMTP authentication username |
| `SMTP_PASSWORD` | No | SMTP authentication password | | `SMTP_PASSWORD` | No | SMTP authentication password |
| `SSL_VERIFY_IGNORE` | No | SSL verify setting for SMTP (default: ignore) |
| `EMAIL_FROM` | No | Sender email address for error notifications | | `EMAIL_FROM` | No | Sender email address for error notifications |
| `EMAIL_TO` | No | Recipient email address for error notifications | | `EMAIL_TO` | No | Recipient email address for error notifications |
| `key` | For google-civic-api.pl | Google Civic Information API key | | `key` | Optional | Google Civic Information API key. See [Google API credentials](https://console.cloud.google.com/apis/credentials) - restrict key to the Google Civic Information API. Required for google-civic-api.pl. |
| `STATE` | For google-civic-api.pl | Two-letter state code (e.g., WV) | | `STATE` | Required* | Two-letter state code (e.g., WV). Required for google-civic-api.pl. |
| `stateLeagueID` | For google-civic-api.pl | State league ID (e.g., WV000) | | `stateLeagueID` | Required* | State league ID (e.g., WV000). Required for google-civic-api.pl. |
| `localLeagueIDs` | For google-civic-api.pl | Pipe-separated list of local league IDs | | `localLeagueIDs` | Required* | Pipe-separated list of local league IDs. Required for google-civic-api.pl. |
*Required for google-civic-api.pl
## JavaScript Scripts (download-roster.js and save-session.js) ## JavaScript Scripts (download-roster.js and save-session.js)