Skip to content

Update allProjectIDs.json #26

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ This value should not be higher than 2 * the pull timeout (currently 24 hours)
| File path | Description | Managed by server |
|----------------------------------------------|---------------------------------------------------------------------------------------|-------------------|
| `./env/projectIDs.json` | List of all the projects and their corresponding ID to be displayed on the front page | no |
| `./env/allProjectIDs.json` | List of all projects in the 42 network (as of march 2022) | no |
| `./env/allProjectIDs.json` | List of all projects in the 42 network (as of march 2025) | no |
| `./env/.env-example` | Example file for api tokens, rename to `.env` to activate | no |
| `./env/campusIDs.json` | List of all campuses and their corresponding ID that are fetched from the 42 API | no |
| `./database/` | All database files, mount this when running in a docker container | yes |
Expand Down
Loading