59 lines
1.6 KiB
Properties
59 lines
1.6 KiB
Properties
#
|
|
# Licensed to the Apache Software Foundation (ASF) under one
|
|
# or more contributor license agreements. See the NOTICE file
|
|
# distributed with this work for additional information
|
|
# regarding copyright ownership. The ASF licenses this file
|
|
# to you under the Apache License, Version 2.0 (the
|
|
# "License"); you may not use this file except in compliance
|
|
# with the License. You may obtain a copy of the License at
|
|
#
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
#
|
|
# Unless required by applicable law or agreed to in writing,
|
|
# software distributed under the License is distributed on an
|
|
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
# KIND, either express or implied. See the License for the
|
|
# specific language governing permissions and limitations
|
|
# under the License.
|
|
#
|
|
|
|
####################
|
|
### REST Service Configuration
|
|
####################
|
|
|
|
# Is the REST service enabled
|
|
enable_rest_service=true
|
|
|
|
# the binding port of the REST service
|
|
# rest_service_port=18080
|
|
|
|
# the default row limit to a REST query response when the rowSize parameter is not given in request
|
|
# rest_query_default_row_size_limit=10000
|
|
|
|
# the expiration time of the user login information cache (in seconds)
|
|
# cache_expire_in_seconds=28800
|
|
|
|
# maximum number of users can be stored in the user login cache.
|
|
# cache_max_num=100
|
|
|
|
# init capacity of users can be stored in the user login cache.
|
|
# cache_init_num=10
|
|
|
|
# is SSL enabled
|
|
# enable_https=false
|
|
|
|
# SSL key store path
|
|
# key_store_path=
|
|
|
|
# SSL key store password
|
|
# key_store_pwd=
|
|
|
|
# SSL trust store path
|
|
# trust_store_path=
|
|
|
|
# SSL trust store password.
|
|
# trust_store_pwd=
|
|
|
|
# SSL timeout (in seconds)
|
|
# idle_timeout_in_seconds=50000
|