mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-31 05:55:28 +00:00
[#827] updated examples with reconnect-wait-time and max-reconnect-tries
This commit is contained in:
@@ -40,6 +40,8 @@
|
||||
// "port": 3306,
|
||||
// "user": "keatest",
|
||||
// "password": "secret1",
|
||||
// "reconnect-wait-time": 100,
|
||||
// "max-reconnect-tries": 3,
|
||||
// "connect-timeout": 3
|
||||
// },
|
||||
|
||||
@@ -57,6 +59,8 @@
|
||||
// "port": 5432,
|
||||
// "user": "keatest",
|
||||
// "password": "secret1",
|
||||
// "reconnect-wait-time": 100,
|
||||
// "max-reconnect-tries": 3,
|
||||
// "connect-timeout": 3
|
||||
// },
|
||||
|
||||
|
@@ -31,6 +31,8 @@
|
||||
"config-databases": [
|
||||
{
|
||||
"type": "mysql",
|
||||
"reconnect-wait-time": 100,
|
||||
"max-reconnect-tries": 3,
|
||||
"name": "kea",
|
||||
"user": "kea",
|
||||
"password": "kea",
|
||||
|
@@ -57,6 +57,8 @@
|
||||
// from this database.
|
||||
"hosts-database": {
|
||||
"type": "mysql",
|
||||
"reconnect-wait-time": 100,
|
||||
"max-reconnect-tries": 3,
|
||||
"name": "kea",
|
||||
"user": "kea",
|
||||
"password": "kea",
|
||||
|
@@ -59,6 +59,8 @@
|
||||
"hosts-databases": [
|
||||
{
|
||||
"type": "postgresql",
|
||||
"reconnect-wait-time": 100,
|
||||
"max-reconnect-tries": 3,
|
||||
"name": "kea",
|
||||
"user": "kea",
|
||||
"password": "kea",
|
||||
|
@@ -40,6 +40,8 @@
|
||||
// "port": 3306,
|
||||
// "user": "keatest",
|
||||
// "password": "secret1",
|
||||
// "reconnect-wait-time": 100,
|
||||
// "max-reconnect-tries": 3,
|
||||
// "connect-timeout": 3
|
||||
// },
|
||||
|
||||
@@ -57,6 +59,8 @@
|
||||
// "port": 5432,
|
||||
// "user": "keatest",
|
||||
// "password": "secret1",
|
||||
// "reconnect-wait-time": 100,
|
||||
// "max-reconnect-tries": 3,
|
||||
// "connect-timeout": 3
|
||||
// },
|
||||
|
||||
|
@@ -31,6 +31,8 @@
|
||||
"config-databases": [
|
||||
{
|
||||
"type": "mysql",
|
||||
"reconnect-wait-time": 100,
|
||||
"max-reconnect-tries": 3,
|
||||
"name": "kea",
|
||||
"user": "kea",
|
||||
"password": "kea",
|
||||
|
@@ -44,6 +44,8 @@
|
||||
// from this database.
|
||||
"hosts-database": {
|
||||
"type": "mysql",
|
||||
"reconnect-wait-time": 100,
|
||||
"max-reconnect-tries": 3,
|
||||
"name": "kea",
|
||||
"user": "kea",
|
||||
"password": "kea",
|
||||
|
@@ -46,6 +46,8 @@
|
||||
"hosts-databases": [
|
||||
{
|
||||
"type": "postgresql",
|
||||
"reconnect-wait-time": 100,
|
||||
"max-reconnect-tries": 3,
|
||||
"name": "kea",
|
||||
"user": "kea",
|
||||
"password": "kea",
|
||||
|
Reference in New Issue
Block a user