mirror of
https://github.com/cwchristerw/tjas-infra
synced 2025-09-01 11:39:34 +00:00
Change database server address in Kea configuration
This commit is contained in:
@@ -12,7 +12,7 @@
|
|||||||
"name": "{{ config.mariadb.users['kea'].database }}",
|
"name": "{{ config.mariadb.users['kea'].database }}",
|
||||||
"user": "{{ config.mariadb.users['kea'].username }}",
|
"user": "{{ config.mariadb.users['kea'].username }}",
|
||||||
"password": "{{ config.mariadb.users['kea'].password }}",
|
"password": "{{ config.mariadb.users['kea'].password }}",
|
||||||
"host": "localhost",
|
"host": "127.0.0.1",
|
||||||
"port": 3306
|
"port": 3306
|
||||||
},
|
},
|
||||||
"expired-leases-processing": {
|
"expired-leases-processing": {
|
||||||
|
Reference in New Issue
Block a user