blob: fc000d52e252be8f335c51a611e1e45532231ccb [file] [log] [blame]
// 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.
== Config Parameters
----
ignite.jdbc.key-store.path=
ignite.cluster-endpoint-url=http://127.0.1.1:10300
ignite.jdbc.client-auth=
ignite.rest.key-store.password=
ignite.jdbc.key-store.password=
ignite.rest.trust-store.path=
ignite.jdbc.trust-store.password=
ignite.auth.basic.username=
ignite.jdbc-url=jdbc:ignite:thin://127.0.0.1:10800
ignite.rest.key-store.path=
ignite.rest.trust-store.password=
ignite.jdbc.trust-store.path=
ignite.auth.basic.password=
----
[cols="1,1,3",opts="header", stripes=none]
|======
|Property|Default|Description
|ignite.jdbc.key-store.path||Path to the JDBC keystore file.
|ignite.cluster-endpoint-url|http://127.0.1.1:10300|
|ignite.jdbc.client-auth||If JDBC client authorization is enabled in CLI.
|ignite.rest.key-store.password||
|ignite.jdbc.key-store.password||
|ignite.rest.trust-store.path||
|ignite.jdbc.trust-store.password||
|ignite.auth.basic.username||
|ignite.jdbc-url|jdbc:ignite:thin://127.0.0.1:10800|
|ignite.rest.key-store.path||
|ignite.rest.trust-store.password||
|ignite.jdbc.trust-store.path||
|ignite.auth.basic.password||
|======
== Configuration Profiles