Skip to content

Commit

Permalink
Merge branch 'main' into scai
Browse files Browse the repository at this point in the history
  • Loading branch information
tiadams committed Sep 3, 2024
2 parents 12e21e8 + e54895d commit a755c70
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,15 @@ cd frontend && npm start

You may alternatively start the backend and frontend servers using the make command `make run-local`, given you have all required python dependencies installed already.

## API authentification

The following two API endpoints for batch upating data as well as batch dowloading data are secured by a basic authentification workflow:
- /datasets/import
- /datasets/export

The default username/password are defined in the [backend environment file](https://github.com/elg34/VAMBN/tree/master/helper). You may change them before the application startup by adapting the corresponding system environment variables:

```bash
export SYNDAT_ADMIN_USERNAME=my_new_username
export SYNDAT_ADMIN_PASSWORD=my_new_password
```

0 comments on commit a755c70

Please sign in to comment.