|
|
|
# Configuration
|
|
|
|
Here you will find everything about the rest module configuration file, you will find it in the rest API module of tanaguru.
|
|
|
|
|
|
|
|
|Name|Description|Example|
|
|
|
|
|----|-----------|-------|
|
|
|
|
|cors.origins|Cors origins url|*|
|
|
|
|
|webapp.url|Webapp url, used in multiple case, like password reset|http://localhost:8080/#/|
|
|
|
|
|session.duration|Rest session duration before timeout (in second)|3600|
|
|
|
|
|admin.mail.whenblocked|Allow send an email to admin when user is blocked|true|
|
|
|
|
|management.endpoint.health.show-details|HealthCheck endpoint|always|
|
|
|
|
|server.tomcat.threads.max|Maximum amount of worker threads|200|
|
|
|
|
|server.tomcat.threads.min-spare|Minimum amount of worker threads|50|
|
|
|
|
|