Skip to content

Commit

Permalink
Merge pull request #53 from com-pas/Add-enviroment-examples
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
pascalwilbrink authored Feb 12, 2024
2 parents eb60481 + b77e3de commit ba582d7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,10 @@ Information about how to run and develop for this project check [Development](.
| SITIPE_MSSQL_USER | sa | sa |
| SITIPE_MSSQL_PASSWORD | - | bigStrongPwd123! |

The environment variables can be set in the container deployment. Examples:
* [AWS task definition](https://github.com/com-pas/compas-deployment/blob/main/aws/task-executions/compas-sitipe-service.json)
* [Example docker-compose with environment variables set](https://github.com/com-pas/compas-deployment/blob/main/compas/docker-compose-postgresql.yml)

## Security

To use most of the endpoints the users needs to be authenticated using JWT in the authorization header. There are [4 environment variables](#environment-variables) that can be set in the container to configure the validation/processing of the JWT.
Expand Down

0 comments on commit ba582d7

Please sign in to comment.