# Check My Timesheet — credentials template # Copy this file to .env (in the project root) and fill in the values. # .env is gitignored and never committed. # Tempo API token — generate at: Tempo → Settings → API Integration TEMPO_API_TOKEN= # Your Atlassian / Jira Cloud URL JIRA_BASE_URL=https://your-company.atlassian.net # The email address you use to log into Jira JIRA_EMAIL=your.email@company.com # Jira personal API token — generate at: https://id.atlassian.com → Security → API tokens JIRA_API_TOKEN= # Country code for the public holiday calendar (optional, defaults to PL) MY_TIMESHEET_COUNTRY=PL # Expected working hours per day (optional, defaults to 8) MY_TIMESHEET_HOURS_PER_DAY=8