Add note for Authentication (#774)

pull/777/head
baymax55 2 years ago committed by GitHub
parent 21f74fda73
commit e186064d4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -20,6 +20,9 @@ tenant=hippo4j
hippo4j.core.clean-history-data-period=30 hippo4j.core.clean-history-data-period=30
hippo4j.core.clean-history-data-enable=true hippo4j.core.clean-history-data-enable=true
### Whether to enable authentication.
hippo4j.core.auth.enabled=false
### Use netty to report thread pool monitoring data. The default is http. ### Use netty to report thread pool monitoring data. The default is http.
# hippo4j.core.monitor.report-type=netty # hippo4j.core.monitor.report-type=netty

@ -20,6 +20,8 @@ tenant=hippo4j
### Regularly clean up the historical running data of thread pool. unit: minute. ### Regularly clean up the historical running data of thread pool. unit: minute.
hippo4j.core.clean-history-data-period=30 hippo4j.core.clean-history-data-period=30
hippo4j.core.clean-history-data-enable=true hippo4j.core.clean-history-data-enable=true
### Whether to enable authentication.
hippo4j.core.auth.enabled=false hippo4j.core.auth.enabled=false
### Initialize the database dialect class. ### Initialize the database dialect class.

Loading…
Cancel
Save