Skip to content

Commit

Permalink
add SSL flag to documentation (#150)
Browse files Browse the repository at this point in the history
add SSL flag to documentation
  • Loading branch information
fvolz authored Sep 2, 2024
1 parent 774d1af commit faa8daa
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/source/gettingstarted/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ With `server.port` you can change the HTTPS Port of the API. The default value i
server.port=8090
```

With `server.ssl.enabled` you can turn off SSL. The default value is `true`.

```properties
server.ssl.enabled=false
```

## User-defined configuration file

You can use your own configuration file to use your desired settings. You can use the file `service\src\main\resources\application.properties` as template.
Expand Down

0 comments on commit faa8daa

Please sign in to comment.