Skip to content

Commit

Permalink
fix monthly_reports typo
Browse files Browse the repository at this point in the history
  • Loading branch information
james-labyer committed Jan 23, 2025
1 parent 53af022 commit b7ee989
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Installation Instructions
git clone git@github.com:TACC/utrc-dashboard.git
```

2. In ./assets/data/monthly reports, add all monthly reports. Reports should follow the following naming convention: utrc_report_YYYY-MM-DD_to_YYYY-MM-DD.xlsx (e.g. utrc_report_2019-12-01_to_2020-01-01.xlsx).
2. In ./assets/data/monthly_reports, add all monthly reports. Reports should follow the following naming convention: utrc_report_YYYY-MM-DD_to_YYYY-MM-DD.xlsx (e.g. utrc_report_2019-12-01_to_2020-01-01.xlsx).

3. In the root directory, add a .env file with the values `SECRET_KEY` and `ACCOUNTS`. `SECRET_KEY` should be a securely generated string. `ACCOUNTS` should contain a single json dictionary with usernames as keys and passwords as values. See `.env.sample` for an example.

Expand Down

0 comments on commit b7ee989

Please sign in to comment.