The following table describes the ZooKeeper properties of the Feeds microservice:
S.NO | PROPERTY | DESCRIPTION |
---|---|---|
1 | server.ssl.enabled | This property controls the SSL configuration of the Spring Boot application. When it is set to true , the application is started in HTTPS protocol only and all HTTP request will be rejected. |
2 | server.ssl.key-alias | This property holds the key store alias name set during the import using the keytool utility. |
3 | server.ssl.key-store | This property holds the key store's PrivateKeyEntry which will be used as the SSL certificate for the microservice. |
4 | server.ssl.key-store-password | This property holds the key store password for accessing the key store as mentioned in the key-store property. |
5 | server.ssl.key-store-type | This property holds the key store type. |
6 | server.tomcat.accesslog.directory | This property holds the directory in which access log files are created. It can be absolute or relative to the Tomcat's base directory. |
7 | server.tomcat.accesslog.enabled | This property controls the Tomcat logs for the Spring Boot application. |
8 | server.tomcat.accesslog.max-days | The maximum number of days rotated access logs will be retained for before being deleted. If not specified, the default value is set to 10 . |
9 | server.tomcat.accesslog.pattern | This property holds the pattern of the access logs to be printed. This will follow the Apache Tomcat parameters. |
10 | skava.alertIntervalTime | This property is used to put message on every interval time once feed exceeds the maximum run time. |
11 | skava.auditlog.enabled | This property enables or disables the audit log component. |
12 | skava.auditlog.file-location | This property holds the path to store the audit logs. |
13 | skava.auditlog.layout-type | This property is used to denote the layout type. |
14 | skava.auditlog.mongodb.enabled | This property is used to enable the Mongo component for the audit log. |
15 | skava.auditlog.mongodb.uri | This property connects to the MongoDB server. |
16 | skava.cache.cascadeCacheNames | This property enables the Cascade cache by its name. |
17 | skava.cache.enableCascade | This property enables or disables the Cascade cache. |
18 | skava.cache.enabled | This property enables or disables the cache. |
19 | skava.cache.localCache.type | This property sets the local cache type for L1 cache used in the cascade cache (uses both in-memory cache and server-side cache using Redis). |
20 | skava.cache.maxCacheSize | This property holds the cache size in bytes. If the value is greater than 0 , then the cache is restricted based on the value. Otherwise, no limitation for cache. |
21 | skava.cache.redis.cacheNames | This property holds the Redis cache names used by this application. |
22 | skava.cache.redis.clearCacheEventName | This property sets the event name for cache clear operation. |
23 | skava.cache.redis.client | This property indicates the type of client for Redis connection. |
24 | skava.cache.redis.cluster.maxRedirects | This property indicates the maximum number of redirects to follow when executing the commands across the cluster. |
25 | skava.cache.redis.cluster.nodes | This property holds a comma-separated list of 'host:port ' pairs to bootstrap from. It represents an 'initial ' list of cluster nodes and it is required to have at least one entry. |
26 | skava.cache.redis.clusterEnabled | This property holds the toggle cluster of the Redis server. |
27 | skava.cache.redis.database | This property holds the Redis database index used by the connection factory. |
28 | skava.cache.redis.enabled | This property indicates whether the Redis component needs to be enabled or disabled for this application. |
29 | skava.cache.redis.expTimeTolive | This property holds the expiry time of the Redis entries. |
30 | skava.cache.redis.host | This property holds the Redis server's hostname or IP for caching objects. |
31 | skava.cache.redis.maxTimeTolive | This property indicates the maximum live time (in minutes) of Redis cache. |
32 | skava.cache.redis.password | This property holds the password for connecting to the Redis server. This is required if the authentication is enabled for the Redis server. It is recommended to enable (that is, setting the value true ) for the production cache server environment. |
33 | skava.cache.redis.pool.maxActive | This property holds the maximum number of connections that can be allocated by the pool at a given time. If it is a negative value, indicates there is no limit. |
34 | skava.cache.redis.pool.maxIdle | This property holds the maximum number of idle connections in the pool. If it is a negative value, indicates an unlimited number of idle connections. |
35 | skava.cache.redis.pool.minIdle | This property holds the minimum number of idle connections to maintain in the pool. This setting only has an effect if it is positive. |
36 | skava.cache.redis.port | This property holds the Redis server's port for the application to connect for both read and write cache operations. |
37 | skava.cache.redis.sentinel.master | This property indicates the name of the Redis server. |
38 | skava.cache.redis.sentinel.nodes | This property holds a comma-separated list of 'host:port ' pairs. |
39 | skava.cache.redis.ssl | This property indicates whether the Redis server SSL is enabled or disabled. |
40 | skava.cache.redis.timeout | This property holds the connection timeout value of all the Redis connections for both read and write. |
41 | skava.cache.redis.url | This property indicates the Redis server URL. |
42 | skava.cache.useOnlyL2Cache | This property enables or disables the L2 cache (that is, in-memory cache). |
43 | skava.core.releasedefinition.enabled | This property enables the release definition endpoint. |
44 | skava.cors.allowedHeaders | This property contains the allowed headers value. |
45 | skava.cors.allowedMethods | This property contains the allowed methods for Spring controller. |
46 | skava.cors.allowedOrigins | This property is used to set allowedOrigins for the cors request. |
47 | skava.cors.enabled | This property is used to enable or disable the cors. |
48 | skava.cors.exposedHeaders | This property is used to set exposedHeaders for the cors request. |
49 | skava.cors.maxAge | This property is used to set maxAge for the cors request in seconds. |
50 | skava.cors.pathPattern | This property holds the pattern for the cors request. |
51 | skava.event.className | This property sets the fully qualified name of the custom implementation class. |
52 | skava.event.enabled | This property enables or disables the event component. |
53 | skava.event.enableExternalEvent | This property is used to enable/disable the external event component. |
54 | skava.event.enableFatEvent | This property is used to enable/disable the fat event. |
55 | skava.event.eventbridge.eventBusName | This property is used to set the fully qualified name of the custom implementation class. |
56 | skava.event.eventbridge.region | This property is used to set the fully qualified name of the custom implementation class. |
57 | skava.event.externalClassName | This property is used to set the fully qualified name of the custom implementation class. |
58 | skava.event.externalFatEventClass | This property is used to set the fully qualified name of the custom implementation class. |
59 | skava.event.rabbitmq.concurrentConsumers | This property sets the maximum allowed concurrent consumers. |
60 | skava.event.rabbitmq.enabled | This property enables or disables the RabbitMQ server for the event component. |
61 | skava.event.rabbitmq.host | This property sets the host of RabbitMQ server. |
62 | skava.event.rabbitmq.password | This property holds the password of the RabbitMQ server. |
63 | skava.event.rabbitmq.port | This property sets the port of RabbitMQ server. |
64 | skava.event.rabbitmq.queueName | This property sets the queue name used by the event component. |
65 | skava.event.rabbitmq.routingKey | This property sets the routing key of RabbitMQ server. |
66 | skava.event.rabbitmq.ssl.algorithm | This property sets the SSL algorithm, which is used for the RabbitMQ server. |
67 | skava.event.rabbitmq.ssl.enabled | This property enables or disables the SSL support for RabbitMQ server. |
68 | skava.event.rabbitmq.topicExchange | This property sets the topic exchange of RabbitMQ server. |
69 | skava.event.rabbitmq.userName | This property sets the username of RabbitMQ server. |
70 | skava.event.rabbitmq.virtualHost | This property sets the virtual host of RabbitMQ server. |
71 | skava.feed.service.accounts.authoring.event.className | This property sets the fully qualified name of the custom implementation class of the Accounts service. |
72 | skava.feed.service.accounts.authoring.event.concurrentConsumers | This property sets the maximum allowed concurrent consumers of the Accounts service. |
73 | skava.feed.service.accounts.authoring.event.enabled | This property enables or disables the event component of the Accounts service. |
74 | skava.feed.service.accounts.authoring.event.host | This property sets the host of RabbitMQ server of the Accounts service. |
75 | skava.feed.service.accounts.authoring.event.password | This property sets the password of RabbitMQ server of the Accounts service. |
76 | skava.feed.service.accounts.authoring.event.port | This property sets the port of RabbitMQ server of the Accounts service. |
77 | skava.feed.service.accounts.authoring.event.queueName | This property sets the queue name used by the event component of the Accounts service. |
78 | skava.feed.service.accounts.authoring.event.routingKey | This property sets the routing key of RabbitMQ server of the Accounts service. |
79 | skava.feed.service.accounts.authoring.event.topicExchange | This property sets the topic exchange of RabbitMQ server of the Accounts service. |
80 | skava.feed.service.accounts.authoring.event.userName | This property sets the username of RabbitMQ server of the Accounts service. |
81 | skava.feed.service.accounts.authoring.event.virtualHost | This property sets the virtual host of RabbitMQ server of the Accounts service. |
82 | skava.feed.service.accounts.authoring.host | This property sets host in which Accounts microservice is running. |
83 | skava.feed.service.accounts.authoring.mysql.dialect | This property indicates a dialect of SQL implemented by a particular RDBMS of the Accounts service. |
84 | skava.feed.service.accounts.authoring.mysql.driverClassName | This property indicates the class name of the JDBC driver class of the Accounts service. |
85 | skava.feed.service.accounts.authoring.mysql.enabled | This property indicates whether the MySQL component of the Accounts service is enabled or disabled. |
86 | skava.feed.service.accounts.authoring.mysql.formatSql | This property formats the generated SQL statement to make it more readable for the Accounts service. |
87 | skava.feed.service.accounts.authoring.mysql.hbm2ddlAuto | This property sets the strategies used for DDL generation of the Accounts service. |
88 | skava.feed.service.accounts.authoring.mysql.newGeneratorMappings | This property indicates whether the generator mappings are enabled or disabled for the Accounts service. |
89 | skava.feed.service.accounts.authoring.mysql.packageToScan | This property indicates the Java package containing all the database entity objects to be scanned by the MySQL server of the Accounts service. |
90 | skava.feed.service.accounts.authoring.mysql.password | This property sets the password of the MySQL server of the Accounts service. |
91 | skava.feed.service.accounts.authoring.mysql.port | This property sets the port of the MySQL server of the Accounts service. |
92 | skava.feed.service.accounts.authoring.mysql.showSql | This property indicates whether the MySQL generated SQL is visible or not for the Accounts service. |
93 | skava.feed.service.accounts.authoring.mysql.url | This property sets the MySQL database URL of the Accounts service. |
94 | skava.feed.service.accounts.authoring.mysql.username | This property sets the username of the MySQL server of the Accounts service. |
95 | skava.feed.service.accounts.live.host | This property sets the host in which the microservice is running in the production (live) environment. The value should be a valid host entry with protocol and port details if available. |
96 | skava.feed.service.accounts.live.mysql.dialect | This property indicates a dialect of SQL implemented by a particular RDBMS of the Accounts service. |
97 | skava.feed.service.accounts.live.mysql.driverClassName | This property indicates the class name of the JDBC driver class of the Accounts service. |
98 | skava.feed.service.accounts.live.mysql.enabled | This property indicates whether the MySQL component of the Accounts service is enabled or disabled. |
99 | skava.feed.service.accounts.live.mysql.formatSql | This property formats the generated SQL statement to make it more readable for the Accounts service. |
100 | skava.feed.service.accounts.live.mysql.hbm2ddlAuto | This property sets the strategies used for DDL generation of the Accounts service. |
101 | skava.feed.service.accounts.live.mysql.newGeneratorMappings | This property indicates whether the generator mappings are enabled or disabled for the Accounts service. |
102 | skava.feed.service.accounts.live.mysql.packageToScan | This property indicates the Java package containing all the database entity objects to be scanned by the MySQL server of the Accounts service. |
103 | skava.feed.service.accounts.live.mysql.password | This property sets the password of the MySQL server of the Accounts service. |
104 | skava.feed.service.accounts.live.mysql.port | This property sets the port of the MySQL server of the Accounts service. |
105 | skava.feed.service.accounts.live.mysql.showSql | This property indicates whether the MySQL generated SQL is visible or not for the Accounts service. |
106 | skava.feed.service.accounts.live.mysql.url | This property sets the MySQL database URL of the Accounts service. |
107 | skava.feed.service.accounts.live.mysql.username | This property sets the username of the MySQL server of the Accounts service. |
108 | skava.feed.service.address.authoring.host | This property sets host in which Address microservice is running. |
109 | skava.feed.service.adminorchestration.authoring.host | This property is used to set Host in which this microservice is running. |
110 | skava.feed.service.authorization.authoring.host | This property sets host in which Authorization microservice is running. |
111 | skava.feed.service.authorization.authoring.mysql.dialect | This property represents a dialect of SQL implemented by a particular RDBMS. |
112 | skava.feed.service.authorization.authoring.mysql.driverClassName | This property represents the class name of JDBC driver class. |
113 | skava.feed.service.authorization.authoring.mysql.enabled | This property is used to enable/disable the hibernate component. |
114 | skava.feed.service.authorization.authoring.mysql.formatSql | This property is used to format the generated SQL statement to make it more readable. |
115 | skava.feed.service.authorization.authoring.mysql.hbm2ddlAuto | This property is used to set the strategies used for DDL generation. |
116 | skava.feed.service.authorization.authoring.mysql.newGeneratorMappings | This property is used to enable/disable the generator mappings. |
117 | skava.feed.service.authorization.authoring.mysql.packageToScan | This property is used to specify the package to scan the hibernate comonent. |
118 | skava.feed.service.authorization.authoring.mysql.password | This property is used to set the password for the hibernate component. |
119 | skava.feed.service.authorization.authoring.mysql.port | This property is used to set the port for hibernate component. |
120 | skava.feed.service.authorization.authoring.mysql.showSql | This property is used to enable/disable the hibernate generate SQL. |
121 | skava.feed.service.authorization.authoring.mysql.url | This property is used to set the database URL. |
122 | skava.feed.service.authorization.authoring.mysql.username | This property is used to set the username for hibernate. |
123 | skava.feed.service.authorization.live.host | This property sets the host in which the microservice is running in the production (live) environment. The value should be a valid host entry with protocol and port details if available. |
124 | skava.feed.service.cart.authoring.host | This property sets host in which Cart microservice is running. |
125 | skava.feed.service.cart.authoring.mysql.dialect | This property indicates a dialect of SQL implemented by a particular RDBMS of the Cart service. |
126 | skava.feed.service.cart.authoring.mysql.driverClassName | This property indicates the class name of the JDBC driver class of the Cart service. |
127 | skava.feed.service.cart.authoring.mysql.enabled | This property indicates whether the MySQL component of the Cart service is enabled or disabled. |
128 | skava.feed.service.cart.authoring.mysql.formatSql | This property formats the generated SQL statement to make it more readable for the Cart service. |
129 | skava.feed.service.cart.authoring.mysql.hbm2ddlAuto | This property sets the strategies used for DDL generation of the Cart service. |
130 | skava.feed.service.cart.authoring.mysql.newGeneratorMappings | This property indicates whether the generator mappings are enabled or disabled for the Cart service. |
131 | skava.feed.service.cart.authoring.mysql.packageToScan | This property indicates the Java package containing all the database entity objects to be scanned by the MySQL server of the Cart service. |
132 | skava.feed.service.cart.authoring.mysql.password | This property sets the password of the MySQL server of the Cart service. |
133 | skava.feed.service.cart.authoring.mysql.port | This property sets the port of the MySQL server of the Cart service. |
134 | skava.feed.service.cart.authoring.mysql.showSql | This property indicates whether the MySQL generated SQL is visible or not for the Cart service. |
135 | skava.feed.service.cart.authoring.mysql.url | This property sets the MySQL database URL of the Cart service. |
136 | skava.feed.service.cart.authoring.mysql.username | This property sets the username of the MySQL server of the Cart service. |
137 | skava.feed.service.catalog.authoring.event.className | This property sets the fully qualified name of the custom implementation class of the Catalog service. |
138 | skava.feed.service.catalog.authoring.event.concurrentConsumers | This property sets the maximum allowed concurrent consumers of the Catalog service. |
139 | skava.feed.service.catalog.authoring.event.enabled | This property enables or disables the event component of the Catalog service. |
140 | skava.feed.service.catalog.authoring.event.host | This property sets the host of RabbitMQ server of the Catalog service. |
141 | skava.feed.service.catalog.authoring.event.password | This property sets the password of RabbitMQ server of the Catalog service. |
142 | skava.feed.service.catalog.authoring.event.port | This property sets the port of RabbitMQ server of the Catalog service. |
143 | skava.feed.service.catalog.authoring.event.queueName | This property sets the queue name used by the event component of the Catalog service. |
144 | skava.feed.service.catalog.authoring.event.routingKey | This property sets the routing key of RabbitMQ server of the Catalog service. |
145 | skava.feed.service.catalog.authoring.event.topicExchange | This property sets the topic exchange of RabbitMQ server of the Catalog service. |
146 | skava.feed.service.catalog.authoring.event.userName | This property sets the username of RabbitMQ server of the Catalog service. |
147 | skava.feed.service.catalog.authoring.event.virtualHost | This property sets the virtual host of RabbitMQ server of the Catalog service. |
148 | skava.feed.service.catalog.authoring.host | This property sets host in which Catalog microservice is running. |
149 | skava.feed.service.catalog.authoring.mongo.authenticationDatabase | This property sets the authentication database of MongoDB server of Catalog service. |
150 | skava.feed.service.catalog.authoring.mongo.connectionsPerHost | This property sets the connection per host of MongoDB server of the Catalog service. |
151 | skava.feed.service.catalog.authoring.mongo.connectTimeout | This property sets the connection timeout of MongoDB server of the Catalog service. |
152 | skava.feed.service.catalog.authoring.mongo.database | This property sets the database name of MongoDB server of the Catalog service. |
153 | skava.feed.service.catalog.authoring.mongo.enabled | This property enables the MongoDB component of the Catalog service. |
154 | skava.feed.service.catalog.authoring.mongo.host | This property sets the host of MongoDB server of the Catalog service. |
155 | skava.feed.service.catalog.authoring.mongo.importFile | This property sets the location from which the Catalog's MongoDB server will read the DB. |
156 | skava.feed.service.catalog.authoring.mongo.mongoAuthRequired | This property enables or disables the authentication of the MongoDB server of the Catalog service. |
157 | skava.feed.service.catalog.authoring.mongo.password | This property sets the password of MongoDB server of the Catalog service. |
158 | skava.feed.service.catalog.authoring.mongo.port | This property sets the port of MongoDB server of the Catalog service. |
159 | skava.feed.service.catalog.authoring.mongo.username | This property sets the user name of MongoDB server of the Catalog service. |
160 | skava.feed.service.catalog.live.host | This property sets the host in which the microservice is running in the production (live) environment. The value should be a valid host entry with protocol and port details if available. |
161 | skava.feed.service.catalog.live.mongo.authenticationDatabase | This property sets the authentication database of the MongoDB server of Catalog service. |
162 | skava.feed.service.catalog.live.mongo.connectionsPerHost | This property sets the connection per host of MongoDB server of the Catalog service. |
163 | skava.feed.service.catalog.live.mongo.connectTimeout | This property sets the connection timeout of the MongoDB server of the Catalog service. |
164 | skava.feed.service.catalog.live.mongo.database | This property sets the database name of MongoDB server of the Catalog service. |
165 | skava.feed.service.catalog.live.mongo.enabled | This property enables the MongoDB component of the Catalog service. |
166 | skava.feed.service.catalog.live.mongo.host | This property sets the host of MongoDB server of the Catalog service. |
167 | skava.feed.service.catalog.live.mongo.importFile | This property sets the location from which the Catalog's MongoDB server will read the DB. |
168 | skava.feed.service.catalog.live.mongo.mongoAuthRequired | This property enables or disables the authentication of the MongoDB server of the Catalog service. |
169 | skava.feed.service.catalog.live.mongo.password | This property sets the password of MongoDB server of the Catalog service. |
170 | skava.feed.service.catalog.live.mongo.port | This property sets the port of MongoDB server of the Catalog service. |
171 | skava.feed.service.catalog.live.mongo.username | This property sets the user name of MongoDB server of the Catalog service. |
172 | skava.feed.service.core.authoring.contentrepository.contentRepositoryLocalDirectory | This property is used for storing the content details. |
173 | skava.feed.service.core.authoring.contentrepository.dataStoreType | This property is used to specify the type of storage. |
174 | skava.feed.service.core.authoring.contentrepository.dbDriverClassName | This property is used to connect to the MySQL DB for the content repository. It contains the class name of DB driver. |
175 | skava.feed.service.core.authoring.contentrepository.dbPassword | This property is used to connect to the MySQL DB for the content repository. It contains the password of the MySQL DB. |
176 | skava.feed.service.core.authoring.contentrepository.dbUrl | This property is used to connect to the MySQL DB for the content repository. it contains the DB URL. |
177 | skava.feed.service.core.authoring.contentrepository.dbUserName | This property is used to connect to the MySQL DB for the content repository. It contains the user name of the MySQL DB. |
178 | skava.feed.service.core.authoring.contentrepository.defaultImplClass | This property is used to specify the type of storage. |
179 | skava.feed.service.core.authoring.contentrepository.enabled | This property is used for storing the content details. |
180 | skava.feed.service.core.authoring.contentrepository.mongodb.database | This property sets the database name of the MongoDB server of the content repository. |
181 | skava.feed.service.core.authoring.contentrepository.mongodb.enabled | This property enables the MongoDB component of the content repository. |
182 | skava.feed.service.core.authoring.contentrepository.mongodb.uri | This property sets the MongoDB URL of the content repository. |
183 | skava.feed.service.core.authoring.contentrepository.password | This property sets the password of the content repository. |
184 | skava.feed.service.core.authoring.contentrepository.properties.cacheSizeInMB | This property sets the cache size in MB of the content repository. |
185 | skava.feed.service.core.authoring.contentrepository.properties.cloudFrontDomain | This property sets the cloud front domain of the content repository. |
186 | skava.feed.service.core.authoring.contentrepository.properties.connectionTimeout | This property sets the connection timeout of the content repository. |
187 | skava.feed.service.core.authoring.contentrepository.properties.maxCachedBinarySize | This property sets the maximum cached binary size of the content repository. |
188 | skava.feed.service.core.authoring.contentrepository.properties.maxConnections | This property sets the maximum connections of the content repository. |
189 | skava.feed.service.core.authoring.contentrepository.properties.maxErrorRetry | This property sets the maximum error retry of the content repository. |
190 | skava.feed.service.core.authoring.contentrepository.properties.s3Bucket | This property sets the S3 bucket of the content repository. |
191 | skava.feed.service.core.authoring.contentrepository.properties.s3EndPoint | This property sets the S3 end point of the content repository. |
192 | skava.feed.service.core.authoring.contentrepository.properties.S3isPrivateAccess | This property refers to the s3 bucket with private access. |
193 | skava.feed.service.core.authoring.contentrepository.properties.s3Region | This property sets the S3 region of the content repository. |
194 | skava.feed.service.core.authoring.contentrepository.properties.socketTimeout | This property sets the socket timeout of the content repository. |
195 | skava.feed.service.core.authoring.contentrepository.properties.stagingPurgeInterval | This property sets the staging purge interval of the content repository. |
196 | skava.feed.service.core.authoring.contentrepository.userId | This property sets the user ID of the content repository. |
197 | skava.feed.service.core.authoring.ftp.host | The fully qualified domain name of a network host, or its IP address. |
198 | skava.feed.service.core.authoring.ftp.password | This property refers to the password corresponding to the user name. |
199 | skava.feed.service.core.authoring.ftp.port | This property is used to connect to the port number. If omitted, it defaults to 21. |
200 | skava.feed.service.core.authoring.ftp.userName | This property refers to a user name (user ID) on the host. |
201 | skava.feed.service.customers.authoring.cacheClearPassword | This property is used to get password for cache clear. |
202 | skava.feed.service.customers.authoring.cacheClearUserName | This property is used to get user name/e-mail for cache clear. |
203 | skava.feed.service.customers.authoring.host | This property stores the API endpoint host where Customer microservice is running. |
204 | skava.feed.service.customers.authoring.mysql.dialect | This property indicates a dialect of SQL implemented by a particular RDBMS of the Customers service. |
205 | skava.feed.service.customers.authoring.mysql.driverClassName | This property indicates the class name of the JDBC driver class of the Customers service. |
206 | skava.feed.service.customers.authoring.mysql.enabled | This property indicates whether the MySQL component of the Customers service is enabled or disabled. |
207 | skava.feed.service.customers.authoring.mysql.formatSql | This property formats the generated SQL statement to make it more readable for the Customers service. |
208 | skava.feed.service.customers.authoring.mysql.hbm2ddlAuto | This property sets the strategies used for DDL generation of the Customers service. |
209 | skava.feed.service.customers.authoring.mysql.newGeneratorMappings | This property indicates whether the generator mappings are enabled or disabled for the Customers service. |
210 | skava.feed.service.customers.authoring.mysql.packageToScan | This property indicates the Java package containing all the database entity objects to be scanned by the MySQL server of the Customers service. |
211 | skava.feed.service.customers.authoring.mysql.password | This property sets the password of the MySQL server of the Customers service. |
212 | skava.feed.service.customers.authoring.mysql.port | This property sets the port of the MySQL server of the Customers service. |
213 | skava.feed.service.customers.authoring.mysql.showSql | This property indicates whether the MySQL generated SQL is visible or not for the Customers service. |
214 | skava.feed.service.customers.authoring.mysql.url | This property sets the MySQL database URL of the Customers service. |
215 | skava.feed.service.customers.authoring.mysql.username | This property sets the username of the MySQL server of the Customers service. |
216 | skava.feed.service.customers.live.cacheClearPassword | This property holds the password to clear the cache. |
217 | skava.feed.service.customers.live.cacheClearUserName | This property holds the user name or e-mail address to clear the cache. |
218 | skava.feed.service.customers.live.host | This property sets the host in which the microservice is running in the production (live) environment. The value should be a valid host entry with protocol and port details if available. |
219 | skava.feed.service.feed.authoring.event.className | This property sets the fully qualified name of the custom implementation class of Feed service. |
220 | skava.feed.service.feed.authoring.event.concurrentConsumers | This property sets the maximum allowed concurrent consumers of events for the Feed service. |
221 | skava.feed.service.feed.authoring.event.enabled | This property enables or disables the event component of the Feed service. |
222 | skava.feed.service.feed.authoring.event.host | This property sets the hostname of events for the Feed service. |
223 | skava.feed.service.feed.authoring.event.password | This property sets the event password of the Feed service. |
224 | skava.feed.service.feed.authoring.event.port | This property sets the event port number of the Feed service. |
225 | skava.feed.service.feed.authoring.event.queueName | This property sets the queue name of events for the Feed service. |
226 | skava.feed.service.feed.authoring.event.routingKey | This property sets the routing key of events for the Feed service. |
227 | skava.feed.service.feed.authoring.event.topicExchange | This property sets the topic exchange of events for the Feed service. |
228 | skava.feed.service.feed.authoring.event.userName | This property sets the user name of events for the Feed service. |
229 | skava.feed.service.feed.authoring.event.virtualHost | This property sets the virtual host of events for the Feed service. |
230 | skava.feed.service.feed.authoring.host | This property stores the API endpoint host where Feed microservice is running. |
231 | skava.feed.service.feed.authoring.mongo.authenticationDatabase | This property sets the authentication database of the MongoDB server of the Feed service. |
232 | skava.feed.service.feed.authoring.mongo.connectionsPerHost | This property sets the connections per host of MongoDB server of the Feed service. |
233 | skava.feed.service.feed.authoring.mongo.connectTimeout | This property is used to set the connection timeout for the Mongo server. |
234 | skava.feed.service.feed.authoring.mongo.database | This property sets the database name for MongoDB server of the Feed service. |
235 | skava.feed.service.feed.authoring.mongo.enabled | This property enables the MongoDB component of the Feed service. |
236 | skava.feed.service.feed.authoring.mongo.host | This property sets the host of MongoDB server of the Feed service. |
237 | skava.feed.service.feed.authoring.mongo.importFile | This property sets the import file link of the Feed service. |
238 | skava.feed.service.feed.authoring.mongo.mongoAuthRequired | This property enables or disables the authentication of the MongoDB server of the Feed service. |
239 | skava.feed.service.feed.authoring.mongo.password | This property sets the password of MongoDB server of the Feeds service. |
240 | skava.feed.service.feed.authoring.mongo.port | This property sets the port of the MongoDB server of the Feed service. |
241 | skava.feed.service.feed.authoring.mongo.username | This property sets the user name of MongoDB server of the Feeds service. |
242 | skava.feed.service.foundation.authoring.host | This property sets the host of the Feed service. |
243 | skava.feed.service.foundation.authoring.mysql.dialect | This property indicates a dialect of SQL implemented by a particular RDBMS of the Foundation service. |
244 | skava.feed.service.foundation.authoring.mysql.driverClassName | This property indicates the class name of the JDBC driver class of the Foundation service. |
245 | skava.feed.service.foundation.authoring.mysql.enabled | This property indicates whether the MySQL component of the Foundation service is enabled or disabled. |
246 | skava.feed.service.foundation.authoring.mysql.formatSql | This property formats the generated SQL statement to make it more readable for the Foundation service. |
247 | skava.feed.service.foundation.authoring.mysql.hbm2ddlAuto | This property sets the strategies used for DDL generation of the Foundation service. |
248 | skava.feed.service.foundation.authoring.mysql.newGeneratorMappings | This property indicates whether the generator mappings are enabled or disabled for the Foundation service. |
249 | skava.feed.service.foundation.authoring.mysql.packageToScan | This property indicates the Java package containing all database entity objects to be scanned by the MySQL server of the Foundation service. |
250 | skava.feed.service.foundation.authoring.mysql.password | This property sets the password of the MySQL server of the Foundation service. |
251 | skava.feed.service.foundation.authoring.mysql.port | This property sets the port of the MySQL server of the Foundation service. |
252 | skava.feed.service.foundation.authoring.mysql.showSql | This property indicates whether the MySQL generated SQL is visible or not for the Foundation service. |
253 | skava.feed.service.foundation.authoring.mysql.url | This property sets the MySQL database URL of the Foundation service. |
254 | skava.feed.service.foundation.authoring.mysql.username | This property sets the username of the MySQL server of the Foundation service. |
255 | skava.feed.service.foundation.live.host | This property sets the host in which the microservice is running in the production (live) environment. The value should be a valid host entry with protocol and port details if available. |
256 | skava.feed.service.foundation.live.mysql.dialect | This property indicates a dialect of SQL implemented by a particular RDBMS of the Foundation service. |
257 | skava.feed.service.foundation.live.mysql.driverClassName | This property indicates the class name of the JDBC driver class of the Foundation service. |
258 | skava.feed.service.foundation.live.mysql.enabled | This property indicates whether the MySQL component of the Foundation service is enabled or disabled. |
259 | skava.feed.service.foundation.live.mysql.formatSql | This property formats the generated SQL statement to make it more readable for the Foundation service. |
260 | skava.feed.service.foundation.live.mysql.hbm2ddlAuto | This property sets the strategies used for DDL generation of the Foundation service. |
261 | skava.feed.service.foundation.live.mysql.newGeneratorMappings | This property indicates whether the generator mappings are enabled or disabled for the Foundation service. |
262 | skava.feed.service.foundation.live.mysql.packageToScan | This property indicates the Java package containing all database entity objects to be scanned by the MySQL server of the Foundation service. |
263 | skava.feed.service.foundation.live.mysql.password | This property sets the password of the MySQL server of the Foundation service. |
264 | skava.feed.service.foundation.live.mysql.port | This property sets the port of the MySQL server of the Foundation service. |
265 | skava.feed.service.foundation.live.mysql.showSql | This property indicates whether the MySQL generated SQL is visible or not for the Foundation service. |
266 | skava.feed.service.foundation.live.mysql.url | This property sets the MySQL database URL of the Foundation service. |
267 | skava.feed.service.foundation.live.mysql.username | This property sets the username of the MySQL server of the Foundation service. |
268 | skava.feed.service.inventory.authoring.host | This property is used to store the API endpoint host where the Inventory microservice is running. |
269 | skava.feed.service.inventory.authoring.mysql.dialect | This property indicates a dialect of SQL implemented by a particular RDBMS of the Inventory service. |
270 | skava.feed.service.inventory.authoring.mysql.driverClassName | This property indicates the class name of the JDBC driver class of the Inventory service. |
271 | skava.feed.service.inventory.authoring.mysql.enabled | This property indicates whether the MySQL component of the Inventory service is enabled or disabled. |
272 | skava.feed.service.inventory.authoring.mysql.formatSql | This property is used to format the generated SQL statement to make it more readable for the Inventory service. |
273 | skava.feed.service.inventory.authoring.mysql.hbm2ddlAuto | This property sets the strategies used for DDL generation of the Inventory service. |
274 | skava.feed.service.inventory.authoring.mysql.newGeneratorMappings | This property indicates whether the generator mappings are enabled or disabled for the Inventory service. |
275 | skava.feed.service.inventory.authoring.mysql.packageToScan | This property is used to specify the package to scan of the MySQL component of the Inventory service. |
276 | skava.feed.service.inventory.authoring.mysql.password | This property sets the password of the MySQL server of the Inventory service. |
277 | skava.feed.service.inventory.authoring.mysql.port | This property sets the port of MySQL server of the Inventory service. |
278 | skava.feed.service.inventory.authoring.mysql.showSql | This property indicates whether the MySQL generated SQL is enabled or disabled for the Inventory service. |
279 | skava.feed.service.inventory.authoring.mysql.url | This property sets the MySQL database URL of the Inventory service. |
280 | skava.feed.service.inventory.authoring.mysql.username | This property sets the username of MySQL server of the Inventory service. |
281 | skava.feed.service.lists.authoring.host | This property stores the API endpoint host where the Lists microservice is running. |
282 | skava.feed.service.lists.authoring.mongo.authenticationDatabase | This property is used to set the authentication database for MongoDB server. |
283 | skava.feed.service.lists.authoring.mongo.connectionsPerHost | This property is used to set the connection per host for MongoDB server. |
284 | skava.feed.service.lists.authoring.mongo.connectTimeout | This property is used to set the connection timeout for MongoDB server. |
285 | skava.feed.service.lists.authoring.mongo.database | This property is used to set the database name for MongoDB server. |
286 | skava.feed.service.lists.authoring.mongo.enabled | This property is used to enable the mongo component. |
287 | skava.feed.service.lists.authoring.mongo.host | This property is used to set the host for MongoDB server. |
288 | skava.feed.service.lists.authoring.mongo.importFile | This property is used to set the location from which the mongo server is read the DB. |
289 | skava.feed.service.lists.authoring.mongo.mongoAuthRequired | This property is used to enable/disable the authentication for MongoDB server. |
290 | skava.feed.service.lists.authoring.mongo.password | This property is used to set the password for MongoDB server. |
291 | skava.feed.service.lists.authoring.mongo.port | This property is used to set the port for MongoDB server. |
292 | skava.feed.service.lists.authoring.mongo.username | This property is used to set the username for MongoDB server. |
293 | skava.feed.service.loyalty.authoring.host | This property is used to set host in which this microservice is running. |
294 | skava.feed.service.loyalty.authoring.mongo.authenticationDatabase | This property is used to set the authentication database for MongoDB server. |
295 | skava.feed.service.loyalty.authoring.mongo.connectionsPerHost | This property is used to set the connection per host for MongoDB server. |
296 | skava.feed.service.loyalty.authoring.mongo.connectTimeout | This property is used to set the connection timeout for MongoDB server. |
297 | skava.feed.service.loyalty.authoring.mongo.database | This property is used to set the database name for MongoDB server. |
298 | skava.feed.service.loyalty.authoring.mongo.enabled | This property is used to enable the MongoDB component. |
299 | skava.feed.service.loyalty.authoring.mongo.host | This property is used to set the host for MongoDB server. |
300 | skava.feed.service.loyalty.authoring.mongo.importFile | This property is used to set the location from which the mongo server is read the DB. |
301 | skava.feed.service.loyalty.authoring.mongo.mongoAuthRequired | This property is used to enable/disable the authentication for MongoDB server. |
302 | skava.feed.service.loyalty.authoring.mongo.password | This property is used to set the password for MongoDB server. |
303 | skava.feed.service.loyalty.authoring.mongo.port | This property is used to set the port for MongoDB server. |
304 | skava.feed.service.loyalty.authoring.mongo.username | This property is used to set the username for MongoDB server. |
305 | skava.feed.service.merchandise.authoring.event.className | This property sets the fully qualified name of the custom implementation class of the Merchandising service. |
306 | skava.feed.service.merchandise.authoring.event.concurrentConsumers | This property sets the maximum allowed concurrent consumers of the Merchandising service. |
307 | skava.feed.service.merchandise.authoring.event.enabled | This property enables or disables the event component of the Merchandising service. |
308 | skava.feed.service.merchandise.authoring.event.host | This property sets the host of RabbitMQ server of the Merchandising service. |
309 | skava.feed.service.merchandise.authoring.event.password | This property sets the password of the RabbitMQ server of the Merchandising service. |
310 | skava.feed.service.merchandise.authoring.event.port | This property sets the port of the RabbitMQ server of the Merchandising service. |
311 | skava.feed.service.merchandise.authoring.event.queueName | This property sets the queue name used by the event component of the Merchandising service. |
312 | skava.feed.service.merchandise.authoring.event.routingKey | This property sets the routing key of the RabbitMQ server of the Merchandising service. |
313 | skava.feed.service.merchandise.authoring.event.topicExchange | This property sets the topic exchange of the RabbitMQ server of the Merchandising service. |
314 | skava.feed.service.merchandise.authoring.event.userName | This property sets the username of the RabbitMQ server of the Merchandising service. |
315 | skava.feed.service.merchandise.authoring.event.virtualHost | This property sets the virtual host of the RabbitMQ server of the Merchandising service. |
316 | skava.feed.service.merchandise.authoring.host | This property stores the API endpoint host where the Merchandising microservice is running. |
317 | skava.feed.service.merchandise.authoring.mongo.authenticationDatabase | This property sets the authentication database of the MongoDB server of the Merchandising service. |
318 | skava.feed.service.merchandise.authoring.mongo.connectionsPerHost | This property sets the connection per host of MongoDB server of the Merchandising service. |
319 | skava.feed.service.merchandise.authoring.mongo.connectTimeout | This property sets the connection timeout of the MongoDB server of the Merchandising service. |
320 | skava.feed.service.merchandise.authoring.mongo.database | This property sets the database name of MongoDB server of the Merchandising service. |
321 | skava.feed.service.merchandise.authoring.mongo.enabled | This property enables the MongoDB component of the Merchandising service. |
322 | skava.feed.service.merchandise.authoring.mongo.host | This property sets the host of MongoDB server of the Merchandising service. |
323 | skava.feed.service.merchandise.authoring.mongo.importFile | This property sets the location from which the Feed's MongoDB server will read the DB. |
324 | skava.feed.service.merchandise.authoring.mongo.mongoAuthRequired | This property enables or disables the authentication of the MongoDB server of the Merchandising service. |
325 | skava.feed.service.merchandise.authoring.mongo.password | This property sets the password of MongoDB server of the Merchandising service. |
326 | skava.feed.service.merchandise.authoring.mongo.port | This property sets the port of the MongoDB server of the Merchandising service. |
327 | skava.feed.service.merchandise.authoring.mongo.username | This property sets the user name of MongoDB server of the Merchandising service. |
328 | skava.feed.service.merchandise.live.host | This property sets the host in which the microservice is running in the production (live) environment. The value should be a valid host entry with protocol and port details if available. |
329 | skava.feed.service.merchandise.live.mongo.authenticationDatabase | This property sets the authentication database of the MongoDB server of the Merchandising service. |
330 | skava.feed.service.merchandise.live.mongo.connectionsPerHost | This property sets the connection per host of the MongoDB server of the Merchandising service. |
331 | skava.feed.service.merchandise.live.mongo.connectTimeout | This property sets the connection timeout of the MongoDB server of the Merchandising service. |
332 | skava.feed.service.merchandise.live.mongo.database | This property sets the database name of the MongoDB server of the Merchandising service. |
333 | skava.feed.service.merchandise.live.mongo.enabled | This property enables the MongoDB component of the Merchandising service. |
334 | skava.feed.service.merchandise.live.mongo.host | This property sets the host of the MongoDB server of the Merchandising service. |
335 | skava.feed.service.merchandise.live.mongo.importFile | This property sets the location from which the Merchandising's MongoDB server will read the DB. |
336 | skava.feed.service.merchandise.live.mongo.mongoAuthRequired | This property enables or disables the authentication of the MongoDB server of the Merchandising service. |
337 | skava.feed.service.merchandise.live.mongo.password | This property sets the password of MongoDB server of the Merchandising service. |
338 | skava.feed.service.merchandise.live.mongo.port | This property sets the port of the MongoDB server of the Merchandising service. |
339 | skava.feed.service.merchandise.live.mongo.username | This property sets the user name of MongoDB server of the Merchandising service. |
340 | skava.feed.service.notifications.authoring.host | This property stores the API endpoint host where the Notifications microservice is running. |
341 | skava.feed.service.oms.authoring.host | This property stores the API endpoint host where the Order microservice is running. |
342 | skava.feed.service.oms.authoring.mongo.authenticationDatabase | This property sets the authentication database of the MongoDB server of the Order service. |
343 | skava.feed.service.oms.authoring.mongo.connectionsPerHost | This property sets the connection per host of the MongoDB server of the Order service. |
344 | skava.feed.service.oms.authoring.mongo.connectTimeout | This property sets the connection timeout of the MongoDB server of the Order service. |
345 | skava.feed.service.oms.authoring.mongo.database | This property sets the database name of MongoDB server of the Order service. |
346 | skava.feed.service.oms.authoring.mongo.enabled | This property enables the MongoDB component of the Order service. |
347 | skava.feed.service.oms.authoring.mongo.host | This property sets the host of MongoDB server of the Order service. |
348 | skava.feed.service.oms.authoring.mongo.importFile | This property sets the location from which the Order's MongoDB server will read the DB. |
349 | skava.feed.service.oms.authoring.mongo.mongoAuthRequired | This property enables or disables the authentication of the MongoDB server of the Merchandising service. |
350 | skava.feed.service.oms.authoring.mongo.password | This property sets the password of MongoDB server of the Order service. |
351 | skava.feed.service.oms.authoring.mongo.port | This property sets the port of the MongoDB server of the Order service. |
352 | skava.feed.service.oms.authoring.mongo.username | This property sets the user name of MongoDB server of the Order service. |
353 | skava.feed.service.payment.authoring.host | This property is used to store the API endpoint host where the Payment microservice is running. |
354 | skava.feed.service.payment.authoring.mysql.dialect | This property represents a dialect of SQL implemented by a particular RDBMS. |
355 | skava.feed.service.payment.authoring.mysql.driverClassName | This property represents the class name of JDBC driver class. |
356 | skava.feed.service.payment.authoring.mysql.enabled | This property is used to enable/disable the hibernate component. |
357 | skava.feed.service.payment.authoring.mysql.formatSql | This property is used to format the generated SQL statement to make it more readable. |
358 | skava.feed.service.payment.authoring.mysql.hbm2ddlAuto | This property is used to set the strategies used for DDL generation. |
359 | skava.feed.service.payment.authoring.mysql.newGeneratorMappings | This property is used to enable/disable the generator mappings. |
360 | skava.feed.service.payment.authoring.mysql.packageToScan | This property is used to specify the package to scan the hibernate component. |
361 | skava.feed.service.payment.authoring.mysql.password | This property is used to set the password for the hibernate component. |
362 | skava.feed.service.payment.authoring.mysql.port | This property is used to set the port for hibernate component |
363 | skava.feed.service.payment.authoring.mysql.showSql | This property is used to enable/disable the hibernate generate SQL. |
364 | skava.feed.service.payment.authoring.mysql.url | This property is used to set the database URL. |
365 | skava.feed.service.payment.authoring.mysql.username | This property is used to set the username for hibernate. |
366 | skava.feed.service.price.authoring.event.className | This property sets the fully qualified name of the custom implementation class of the Pricing service. |
367 | skava.feed.service.price.authoring.event.concurrentConsumers | This property sets the maximum allowed concurrent consumers of the Pricing service. |
368 | skava.feed.service.price.authoring.event.enabled | This property enables or disables the event component of the Pricing service. |
369 | skava.feed.service.price.authoring.event.host | This property sets the host of RabbitMQ server of the Pricing service. |
370 | skava.feed.service.price.authoring.event.password | This property sets the password of RabbitMQ server of the Pricing service. |
371 | skava.feed.service.price.authoring.event.port | This property sets the port of RabbitMQ server of the Pricing service. |
372 | skava.feed.service.price.authoring.event.queueName | This property sets the queue name used by the event component of the Pricing service. |
373 | skava.feed.service.price.authoring.event.routingKey | This property sets the routing key of RabbitMQ server of the Pricing service. |
374 | skava.feed.service.price.authoring.event.topicExchange | This property sets the topic exchange of RabbitMQ server of the Pricing service. |
375 | skava.feed.service.price.authoring.event.userName | This property sets the username of RabbitMQ server of the Pricing service. |
376 | skava.feed.service.price.authoring.event.virtualHost | This property sets the virtual host of RabbitMQ server of the Pricing service. |
377 | skava.feed.service.price.authoring.host | This property stores the API endpoint host where the Pricing microservice is running. |
378 | skava.feed.service.price.authoring.mysql.dialect | This property indicates a dialect of SQL implemented by a particular RDBMS of the Pricing service. |
379 | skava.feed.service.price.authoring.mysql.driverClassName | This property indicates the class name of JDBC driver class of the Pricing service. |
380 | skava.feed.service.price.authoring.mysql.enabled | This property indicates whether the MySQL component of the Pricing service is enabled or disabled. |
381 | skava.feed.service.price.authoring.mysql.formatSql | This property is used to format the generated SQL statement to make it more readable for the Pricing service. |
382 | skava.feed.service.price.authoring.mysql.hbm2ddlAuto | This property sets the strategies used for DDL generation of the Pricing service. |
383 | skava.feed.service.price.authoring.mysql.newGeneratorMappings | This property indicates whether the generator mappings is enabled or disabled for the Pricing service. |
384 | skava.feed.service.price.authoring.mysql.packageToScan | This property is used to specify the package to scan the Hibernate component of the Pricing service. |
385 | skava.feed.service.price.authoring.mysql.password | This property sets the password of the MySQL server of the Pricing service. |
386 | skava.feed.service.price.authoring.mysql.port | This property sets the port of MySQL server of the Pricing service. |
387 | skava.feed.service.price.authoring.mysql.showSql | This property indicates whether the MySQL generated SQL is enabled or disabled for the Pricing service. |
388 | skava.feed.service.price.authoring.mysql.url | This property sets the MySQL database URL of the Pricing service. |
389 | skava.feed.service.price.authoring.mysql.username | This property sets the username of MySQL server of the Pricing service. |
390 | skava.feed.service.price.live.host | This property sets the host in which the microservice is running in the production (live) environment. The value should be a valid host entry with protocol and port details if available. |
391 | skava.feed.service.price.live.mysql.dialect | This property indicates a dialect of SQL implemented by a particular RDBMS of the Pricing service. |
392 | skava.feed.service.price.live.mysql.driverClassName | This property indicates the class name of JDBC driver class of Pricing service. |
393 | skava.feed.service.price.live.mysql.enabled | This property indicates whether the MySQL component of Pricing service is enabled or disabled. |
394 | skava.feed.service.price.live.mysql.formatSql | This property is used to format the generated SQL statement to make it more readable for the Pricing service. |
395 | skava.feed.service.price.live.mysql.hbm2ddlAuto | This property sets the strategies used for DDL generation of the Pricing service. |
396 | skava.feed.service.price.live.mysql.newGeneratorMappings | This property indicates whether the generator mappings is enabled or disabled for the Pricing service. |
397 | skava.feed.service.price.live.mysql.packageToScan | This property is used to specify the package to scan the Hibernate component of the Pricing service. |
398 | skava.feed.service.price.live.mysql.password | This property sets the password of the MySQL server of the Pricing service. |
399 | skava.feed.service.price.live.mysql.port | This property sets the port of MySQL server of the Pricing service. |
400 | skava.feed.service.price.live.mysql.showSql | This property indicates whether the MySQL generated SQL is enabled or disabled for the Pricing service. |
401 | skava.feed.service.price.live.mysql.url | This property sets the MySQL database URL of the Pricing service. |
402 | skava.feed.service.price.live.mysql.username | This property sets the username of MySQL server of the Pricing service. |
403 | skava.feed.service.promotion.authoring.event.className | This property sets the fully qualified name of the custom implementation class of the Promotions service. |
404 | skava.feed.service.promotion.authoring.event.concurrentConsumers | This property sets the maximum allowed concurrent consumers of the Promotions service. |
405 | skava.feed.service.promotion.authoring.event.enabled | This property enables or disables the event component of the Promotions service. |
406 | skava.feed.service.promotion.authoring.event.host | This property sets the host of RabbitMQ server of the Promotions service. |
407 | skava.feed.service.promotion.authoring.event.password | This property sets the password of RabbitMQ server of the Promotions service. |
408 | skava.feed.service.promotion.authoring.event.port | This property sets the port of RabbitMQ server of the Promotions service. |
409 | skava.feed.service.promotion.authoring.event.queueName | This property sets the queue name used by the event component of the Promotions service. |
410 | skava.feed.service.promotion.authoring.event.routingKey | This property sets the routing key of RabbitMQ server of the Promotions service. |
411 | skava.feed.service.promotion.authoring.event.topicExchange | This property sets the topic exchange of RabbitMQ server of the Promotions service. |
412 | skava.feed.service.promotion.authoring.event.userName | This property sets the username of RabbitMQ server of the Promotions service. |
413 | skava.feed.service.promotion.authoring.event.virtualHost | This property sets the virtual host of RabbitMQ server of the Promotions service. |
414 | skava.feed.service.promotion.authoring.host | This property stores the API endpoint host where the Promotion microservice is running. |
415 | skava.feed.service.promotion.authoring.mongo.authenticationDatabase | This property sets the authentication database of the MongoDB server of the Promotion service. |
416 | skava.feed.service.promotion.authoring.mongo.connectionsPerHost | This property sets the connection per host of MongoDB server of the Promotion service. |
417 | skava.feed.service.promotion.authoring.mongo.connectTimeout | This property sets the connection timeout of the MongoDB server of the Promotion service. |
418 | skava.feed.service.promotion.authoring.mongo.database | This property sets the database name of MongoDB server of the Promotion service. |
419 | skava.feed.service.promotion.authoring.mongo.enabled | This property enables the MongoDB component of the Promotion service. |
420 | skava.feed.service.promotion.authoring.mongo.host | This property sets the host of the MongoDB server of the Promotion service. |
421 | skava.feed.service.promotion.authoring.mongo.importFile | This property sets the location from which the Promotion's MongoDB server will read the DB. |
422 | skava.feed.service.promotion.authoring.mongo.mongoAuthRequired | This property enables or disables the authentication of the MongoDB server of the Promotion service. |
423 | skava.feed.service.promotion.authoring.mongo.password | This property sets the password of MongoDB server of the Promotions service. |
424 | skava.feed.service.promotion.authoring.mongo.port | This property sets the port of the MongoDB server of the Promotion service. |
425 | skava.feed.service.promotion.authoring.mongo.username | This property sets the user name of MongoDB server of the Promotions service. |
426 | skava.feed.service.promotion.live.event.className | This property sets the fully qualified name of the custom implementation class of the Promotions service. |
427 | skava.feed.service.promotion.live.event.concurrentConsumers | This property sets the maximum allowed concurrent consumers of the Promotions service. |
428 | skava.feed.service.promotion.live.event.enabled | This property enables or disables the event component of the Promotions service. |
429 | skava.feed.service.promotion.live.event.host | This property sets the host of RabbitMQ server of the Promotions service. |
430 | skava.feed.service.promotion.live.event.password | This property sets the password of RabbitMQ server of the Promotions service. |
431 | skava.feed.service.promotion.live.event.port | This property sets the port of RabbitMQ server of the Promotions service. |
432 | skava.feed.service.promotion.live.event.queueName | This property sets the queue name used by the event component of the Promotions service. |
433 | skava.feed.service.promotion.live.event.routingKey | This property sets the routing key of RabbitMQ server of the Promotions service. |
434 | skava.feed.service.promotion.live.event.topicExchange | This property sets the topic exchange of RabbitMQ server of the Promotions service. |
435 | skava.feed.service.promotion.live.event.userName | This property sets the username of RabbitMQ server of the Promotions service. |
436 | skava.feed.service.promotion.live.event.virtualHost | This property sets the virtual host of RabbitMQ server of the Promotions service. |
437 | skava.feed.service.promotion.live.host | This property is used to set Host in which this live microservice is running. |
438 | skava.feed.service.promotion.live.mongo.authenticationDatabase | This property sets the authentication database of the MongoDB server of the Promotion service. |
439 | skava.feed.service.promotion.live.mongo.connectionsPerHost | This property sets the connection per host of MongoDB server of the Promotion service. |
440 | skava.feed.service.promotion.live.mongo.connectTimeout | This property sets the connection timeout of the MongoDB server of the Promotion service. |
441 | skava.feed.service.promotion.live.mongo.database | This property sets the database name of MongoDB server of the Promotion service. |
442 | skava.feed.service.promotion.live.mongo.enabled | This property enables the MongoDB component of the Promotion service. |
443 | skava.feed.service.promotion.live.mongo.host | This property sets the host of the MongoDB server of the Promotion service. |
444 | skava.feed.service.promotion.live.mongo.importFile | This property sets the location from which the Promotion's MongoDB server will read the DB. |
445 | skava.feed.service.promotion.live.mongo.mongoAuthRequired | This property enables or disables the authentication of the MongoDB server of the Promotion service. |
446 | skava.feed.service.promotion.live.mongo.password | This property sets the password of MongoDB server of the Promotions service. |
447 | skava.feed.service.promotion.live.mongo.port | This property sets the port of the MongoDB server of the Promotion service. |
448 | skava.feed.service.promotion.live.mongo.username | This property sets the user name of MongoDB server of the Promotions service. |
449 | skava.feed.service.ratingsreviews.authoring.host | This property is used to set host in which this microservice is running. |
450 | skava.feed.service.ratingsreviews.authoring.mysql.dialect | This property represents a dialect of SQL implemented by a particular RDBMS. |
451 | skava.feed.service.ratingsreviews.authoring.mysql.driverClassName | This property represents the class name of JDBC driver class. |
452 | skava.feed.service.ratingsreviews.authoring.mysql.enabled | This property is used to enable/disable the hibernate component. |
453 | skava.feed.service.ratingsreviews.authoring.mysql.formatSql | This property is used to format the generated SQL statement to make it more readable. |
454 | skava.feed.service.ratingsreviews.authoring.mysql.hbm2ddlAuto | This property is used to set the strategies used for DDL generation. |
455 | skava.feed.service.ratingsreviews.authoring.mysql.newGeneratorMappings | This property is used to enable/disable the generator mappings. |
456 | skava.feed.service.ratingsreviews.authoring.mysql.packageToScan | This property is used to specify the package to scan the hibernate comonent. |
457 | skava.feed.service.ratingsreviews.authoring.mysql.password | This property is used to set the password for the hibernate component. |
458 | skava.feed.service.ratingsreviews.authoring.mysql.port | This property is used to set the port for hibernate component. |
459 | skava.feed.service.ratingsreviews.authoring.mysql.showSql | This property is used to enable/disable the hibernate generate SQL. |
460 | skava.feed.service.ratingsreviews.authoring.mysql.url | This property is used to set the database URL. |
461 | skava.feed.service.ratingsreviews.authoring.mysql.username | This property is used to set the username for hibernate. |
462 | skava.feed.service.search.authoring.event.className | This property sets the fully qualified name of the custom implementation class of the Search service. |
463 | skava.feed.service.search.authoring.event.concurrentConsumers | This property sets the maximum allowed concurrent consumers of the Search service. |
464 | skava.feed.service.search.authoring.event.enabled | This property enables or disables the event component of the Search service. |
465 | skava.feed.service.search.authoring.event.host | This property sets the host of RabbitMQ server of the Search service. |
466 | skava.feed.service.search.authoring.event.password | This property sets the password of RabbitMQ server of the Search service. |
467 | skava.feed.service.search.authoring.event.port | This property sets the port of RabbitMQ server of the Search service. |
468 | skava.feed.service.search.authoring.event.queueName | This property sets the queue name used by the event component of the Search service. |
469 | skava.feed.service.search.authoring.event.routingKey | This property sets the routing key of RabbitMQ server of the Search service. |
470 | skava.feed.service.search.authoring.event.topicExchange | This property sets the topic exchange of RabbitMQ server of the Search service. |
471 | skava.feed.service.search.authoring.event.userName | This property sets the username of RabbitMQ server of the Search service. |
472 | skava.feed.service.search.authoring.event.virtualHost | This property sets the virtual host of RabbitMQ server of the Search service. |
473 | skava.feed.service.search.authoring.host | This property sets host in which the Search microservice is running. |
474 | skava.feed.service.search.authoring.mysql.dialect | This property indicates a dialect of SQL implemented by a particular RDBMS for the Search service. |
475 | skava.feed.service.search.authoring.mysql.driverClassName | This property indicates the class name of JDBC driver class of the Search service. |
476 | skava.feed.service.search.authoring.mysql.enabled | This property indicates whether the MySQL component is enabled or disabled. |
477 | skava.feed.service.search.authoring.mysql.formatSql | This property is used to format the generated SQL statement to make it more readable for the Search service. |
478 | skava.feed.service.search.authoring.mysql.hbm2ddlAuto | This property sets the strategies used for DDL generation of the Search service. |
479 | skava.feed.service.search.authoring.mysql.newGeneratorMappings | This property indicates whether the generator mappings are enabled or disabled for the Search service. |
480 | skava.feed.service.search.authoring.mysql.packageToScan | This property is used to specify the package to scan the Hibernate component of the Search service. |
481 | skava.feed.service.search.authoring.mysql.password | This property sets the password of the MySQL server of the Search service. |
482 | skava.feed.service.search.authoring.mysql.port | This property sets the port of MySQL server of the Search service. |
483 | skava.feed.service.search.authoring.mysql.showSql | This property indicates whether the MySQL generated SQL is enabled or disabled for the Search service. |
484 | skava.feed.service.search.authoring.mysql.url | This property sets the MySQL database URL of the Search service. |
485 | skava.feed.service.search.authoring.mysql.username | This property sets the username of MySQL server of the Search service. |
486 | skava.feed.service.search.authoring.priceRuleVirtualHost | This property is used to set the virtual host for RabbitMQ server. |
487 | skava.feed.service.search.authoring.scpPassword | This property represents the SCP password. |
488 | skava.feed.service.search.authoring.scpUserName | This property represents the SCP username. |
489 | skava.feed.service.search.live.host | This property sets the host in which the microservice is running in the production (live) environment. The value should be a valid host entry with protocol and port details if available. |
490 | skava.feed.service.search.live.mysql.dialect | This property indicates a dialect of SQL implemented by a particular RDBMS of the Search service. |
491 | skava.feed.service.search.live.mysql.driverClassName | This property indicates the class name of the JDBC driver class of the Search service. |
492 | skava.feed.service.search.live.mysql.enabled | This property indicates whether the MySQL component of the Search service is enabled or disabled. |
493 | skava.feed.service.search.live.mysql.formatSql | This property formats the generated SQL statement to make it more readable for the Search service. |
494 | skava.feed.service.search.live.mysql.hbm2ddlAuto | This property sets the strategies used for DDL generation of the Search service. |
495 | skava.feed.service.search.live.mysql.newGeneratorMappings | This property indicates whether the generator mappings are enabled or disabled for the Search service. |
496 | skava.feed.service.search.live.mysql.packageToScan | This property indicates the Java package containing all database entity objects to be scanned by the MySQL server of the Search service. |
497 | skava.feed.service.search.live.mysql.password | This property sets the password of the MySQL server of the Search service. |
498 | skava.feed.service.search.live.mysql.port | This property sets the port of the MySQL server of the Search service. |
499 | skava.feed.service.search.live.mysql.showSql | This property indicates whether the MySQL generated SQL is visible or not for the Search service. |
500 | skava.feed.service.search.live.mysql.url | This property sets the MySQL database URL of the Search service. |
501 | skava.feed.service.search.live.mysql.username | This property sets the username of the MySQL server of the Search service. |
502 | skava.feed.service.search.live.scpPassword | This property represents the SCP password. |
503 | skava.feed.service.search.live.scpUserName | This property represents the SCP username. |
504 | skava.feed.service.sfo.authoring.host | This property sets host in which Storefront Orchestration microservice is running. |
505 | skava.feed.service.shipping.authoring.host | This property sets host in which the Shipping microservice is running. |
506 | skava.feed.service.subscription.authoring.event.className | This property is used to set the fully qualified name of the custom implementation class. |
507 | skava.feed.service.subscription.authoring.event.concurrentConsumers | This property is used to set the maximum allowed concurrent consumers. |
508 | skava.feed.service.subscription.authoring.event.enabled | This property is used to enable/disable the RabbitMQ server for the event component. |
509 | skava.feed.service.subscription.authoring.event.host | This property is used to set the host for RabbitMQ server. |
510 | skava.feed.service.subscription.authoring.event.password | This property is used to set password for RabbitMQ server. |
511 | skava.feed.service.subscription.authoring.event.port | This property is used to set the port for RabbitMQ server. |
512 | skava.feed.service.subscription.authoring.event.queueName | This property is used to set the queue name used by the event component. |
513 | skava.feed.service.subscription.authoring.event.routingKey | This property is used to set the routing key for RabbitMQ server. |
514 | skava.feed.service.subscription.authoring.event.topicExchange | This property is used to set the topic exchange for RabbitMQ server. |
515 | skava.feed.service.subscription.authoring.event.userName | This property is used to set the username for RabbitMQ server. |
516 | skava.feed.service.subscription.authoring.event.virtualHost | This property is used to set the virtual host for RabbitMQ server. |
517 | skava.feed.service.subscription.authoring.host | This property sets host in which Subscription microservice is running. |
518 | skava.feed.service.subscription.authoring.mysql.dialect | This property represents a dialect of SQL implemented by a particular RDBMS. |
519 | skava.feed.service.subscription.authoring.mysql.driverClassName | This property Represents the class name of JDBC driver class |
520 | skava.feed.service.subscription.authoring.mysql.enabled | This property is used to enable/disable the hibernate component. |
521 | skava.feed.service.subscription.authoring.mysql.formatSql | This property is used to format the generated SQL statement to make it more readable. |
522 | skava.feed.service.subscription.authoring.mysql.hbm2ddlAuto | This property is used to set the strategies used for DDL generation. |
523 | skava.feed.service.subscription.authoring.mysql.newGeneratorMappings | This property is used to enable/disable the generator mappings. |
524 | skava.feed.service.subscription.authoring.mysql.packageToScan | This property is used to specify the package to scan the hibernate component. |
525 | skava.feed.service.subscription.authoring.mysql.password | This property is used to set the password for the hibernate component. |
526 | skava.feed.service.subscription.authoring.mysql.port | This property is used to set the port for hibernate component. |
527 | skava.feed.service.subscription.authoring.mysql.showSql | This property is used to enable/disable the hibernate generate SQL. |
528 | skava.feed.service.subscription.authoring.mysql.url | This property is used to set the database URL. |
529 | skava.feed.service.subscription.authoring.mysql.username | This property is used to set the username for hibernate. |
530 | skava.feed.service.tax.authoring.host | This property sets host in which the Tax microservice is running. |
531 | skava.localization.cookieEnabled | This property is used to enable or disable the localization component. |
532 | skava.mongo.database | This property denotes the name of the Mongo database for this service user by Hibernate to connect. |
533 | skava.secretsmanager.className | This property is used to specify, which class to be used for the secret management. |
534 | skava.swaggerglobalparams.enabled | This property indicates the Swagger global params. The default value is false . If this property value is set to true , the Swagger global params from the application .yml will be referred and added in the Swagger UI. |
535 | spring.sleuth.trace-id128 | This property indicates whether the sleuth 128 bit trace ID in the logs is enabled or not. The default value is true . |
536 | ZK_REDIS_SSL_ENABLED | This property enables or disables the Redis server SSL. The default value is FALSE . |
537 | ZK_REDIS_TIMEOUT | This property holds connection timeout value of Redis in milliseconds. The default value is 10000. |
538 | ZK_REDIS_USERNAME | This property holds the login username of the Redis server. The default value is empty. |
539 | ZK_PROTOCOLS | This property enables macro support for the TLS protocol version. |
540 | ZK_REDIS_PASSWORD | This property holds the Redis password. |
541 | skava.cache.redis.username | This property indicates the login username of the Redis server. |
542 | ZK_SOLR_ENVIRONMENTVARIABLEENABLED | When this property is set to true for both keystore and keypassword in the environment variable for the Solr server for SSL. The default value is false. |
543 | ZK_SOLR_SSLENABLED | This property has a default value of false. However, when the SSL is configured for the Solr server, this property needs to be enabled as true. |
544 | ZK_CERT_SOLR_KEYSTORE | This keystore property is required for the SSL enablement for SOLR. |
555 | ZK_CERT_SOLR_KEYTOREPASSWORD | This keystore property is required to SSL enablement for SOLR. |
556 | endpoints.loggers.enabled | This property is used to enable or disable the logger. |
557 | web.exposure.include | This property is used to expose the management endpoints. |
558 | server.max-http-header-size | To increase http header size we have externalize this property. |
559 | externalEventConfig.fileHost | This property is used to set the hosting events on external website. |
560 | externalEventConfig.tempStoragePath | This property is used to set the file path for the external events. |
561 | skava.event.rabbitmq.amqpEnabled | This property is used to enable AMQP (Advanced Message Queuing Protocol). When the value is
|
Revision History
2024-07-12 | SD – Updated ZK properties.
2024-06-19 | SD – Updated ZK properties for 8.17.0 to 8.16.0.
2023-10-22 | JP – Updated content for 8.15.4 release.
2023-01-08 | JP – Updated content for 8.13.0 release.
2022-04-10 | JP – Fixed link and http issues.
2021-12-27 | AN – Updated content for 8.11 release.
2020-12-11 | AN – Added the missing properties. 2020-03-09 | AN – Updated content for April 2020 release.
2020-01-14 | AN – Updated content for February 2020 release.
2019-07-09 | AM – Updated ZK properties for July 2019 release. 2019-06-08 | PLK – Minor copyedits.
2019-05-16 | AN – Updated to a new table tool.
2019-04-17 | AN – Updated content for April 2019 release.
2019-01-21 | PLK – Content uploaded.