15 lines
293 B
INI
15 lines
293 B
INI
[pooling]
|
|
pool_size = 1
|
|
pool_name = my_pool
|
|
pool_reset_session = True
|
|
|
|
[fabric]
|
|
fabric_host = fabric.example.com
|
|
fabric_connect_delay = 3
|
|
fabric_ssl_ca = /path/to/ssl
|
|
fabric_password = foo
|
|
|
|
[failover]
|
|
failover = ({'port': 3306, 'pool_name': 'failA' }, {'port': 3307, 'pool_name': 'failB' },)
|
|
|