Skip to content

Commit

Permalink
Fix formatting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jrobinAV committed Sep 10, 2024
1 parent b32e775 commit 75b3e74
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions docs/userman/scenario_features/rest/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,11 @@ To expose the Taipy REST APIs, the Taipy REST server must first be started.
advanced user, you may want to configure your Taipy REST server. Indeed, Taipy REST server
relies on [Flask](https://flask.palletsprojects.com/en/2.2.x/#). The three following Flask
parameters are exposed by Taipy:
- `testing` is a boolean parameter used to run the Flask application on testing mode.
Default value is False.
- `env` is an optional string parameter used as the application environment.
- `secret_key` is an optional parameter used as the application server secret key.<br>

- `testing` is a boolean parameter used to run the Flask application on testing mode.
Default value is False.
- `env` is an optional string parameter used as the application environment.
- `secret_key` is an optional parameter used as the application server secret key.<br>
<br>
These parameters can be set using the `GlobalAppConfig^` properties. Here is an example:
``` python
Expand Down

0 comments on commit 75b3e74

Please sign in to comment.