Change database server address in Kea configuration

This commit is contained in:
Christer Warén
2025-08-16 12:41:46 +03:00
parent 4cfaf5f0a4
commit b9d58a6822

View File

@@ -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": {