Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
luucvanderzee committed Aug 5, 2024
1 parent 85f0005 commit 884e4ef
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,22 @@ To enable the fake SSO method locally, take the following steps:
127.0.0.1 host.docker.internal
```

2. Enable the `fake_sso` feature flag:
2. In the main repo, enable the `fake_sso` feature flag:

```
make feature-toggle feature=fake_sso enabled=true
```

3. Install dependencies for `fake_sso`:
3. In this repo, install the dependencies:

```
cd fake_sso
npm i
```

4. Start the BE with the following command:
4. In both repos, run the docker compose file:

```
docker compose --profile fake_sso up
docker compose up
```

## Issues
Expand Down

0 comments on commit 884e4ef

Please sign in to comment.