Skip to content

Commit

Permalink
[Upd #151] Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
LaChope committed Jan 24, 2024
1 parent 4e6d827 commit 3235820
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@ It is primarily focused on FTA which offers possibilities for system partonomy d

```shell script
npm install
npm run watch
npx serve
npm run build
npm run preview
```

## Registration
Tool also supports configuration to disable registration of new user within security, but by default, everybody can register.
There are two flags which need to be set:

* Backend - Run application with `-Dspring.profiles.active=admin-registration-only` profile
* Frontend - Set `REACT_APP_ADMIN_REGISTRATION_ONLY` in [.env.prod](.env.prod) to true
* Frontend - Set `VITE_APP_ADMIN_REGISTRATION_ONLY` in [.env.prod](.env.prod) to true



Expand Down

0 comments on commit 3235820

Please sign in to comment.