Skip to content

Commit

Permalink
Readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
ShahanaFarooqui committed Aug 31, 2023
1 parent 3ab11c8 commit 2b009ca
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@
```

Set these variables either via terminal OR by env.sh script OR by explicity loading varibles from .env files.
Important Note: Environment variables take precedence over config.json variables. Like `SINGLE_SIGN_ON` will take higher precedence over
`singleSignOn` from config.json.

- ### Application Configuration
This is the config.json file which is required by application's frontend. If the file named `config.json` is missing at `APP_CONFIG_DIR` location, one like below will be auto created:
Expand Down Expand Up @@ -92,8 +94,8 @@
```

- ### Start The Application
Setup envirnoment variables either via terminal OR by env.sh script OR by explicity loading varibles from .env files.
Run `start` script for starting your application's server at port `APP_CORE_LIGHTNING_PORT`
- Setup envirnoment variables either via terminal OR by env.sh script OR by explicity loading varibles from .env files.
- Run `start` script for starting your application's server at port `APP_CORE_LIGHTNING_PORT`

```
npm run start
Expand Down

0 comments on commit 2b009ca

Please sign in to comment.