Skip to content

Commit

Permalink
Update docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
shrihari-prakash committed Dec 10, 2024
1 parent 0b70c4b commit e21772d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/Setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ Here's a sample `app-config.static.json` file:
Now that we have our configuration files ready, let's boot up liquid with them.

1. Pull the docker image by using command `docker pull shrihariprakash/liquid`.
2. Update properties `oauth.client-id` and `oauth.redirect-uri` in your `app-config.static.json` to values of `system.default-client.id` and `system.default-client.redirect-uris` in your backend config file respectively. Feel free to explore other options related to UI customizations.
2. Update properties `oauth.client-id` and `oauth.redirect-uri` in your `app-config.static.json` to value of `system.default-client.id` and one of the values of `system.default-client.redirect-uris` in your backend config file respectively. Feel free to explore other options related to UI customizations.
3. Now open terminal in the folder that contains your `app-config.static.json` and `app-config.service.json`.
4. If you are on Windows, run:

Expand Down

0 comments on commit e21772d

Please sign in to comment.