Skip to content

Commit

Permalink
Update development.md
Browse files Browse the repository at this point in the history
  • Loading branch information
blcham committed Dec 12, 2023
1 parent e1a4f87 commit 8d5b66a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ By default, Record Manager UI runs at `http://localhost:3000` while Record Mana
This requires setting up the CORS policy of the server appropriately, i.e., configuring `config.properties`
to contain `security.sameSite=None` and set up also `cors.allowedOrigin` if needed.

## Add Configuration Parameters
## Adding Configuration Parameters

When runtime configuration parameters are added to the application, they also need to be added to Docker processing so
that environment variables can be used to set the variables. The following needs to be done:
Expand Down

0 comments on commit 8d5b66a

Please sign in to comment.