Matthew Stobbs
e68723738b
- simplified configuration file - simplified to only use ipv4 and macaddresses for now - added update query - if insert fails with already exists error, try to update instead
17 lines
400 B
YAML
17 lines
400 B
YAML
database:
|
|
type: pgx
|
|
host: postgres.example.net
|
|
port: 5432
|
|
user: keauser
|
|
password: secure-kea-postgres-password
|
|
name: kea-database-name
|
|
reservationV4:
|
|
<subnetid1>:
|
|
- identifier: "11:11:11:11:11:11"
|
|
hostname: hostname-to-reserve
|
|
ipv4: 192.168.111.2
|
|
<subnetid2>:
|
|
- identifier: "11:11:11:11:11:12"
|
|
hostname: another-hostname-to-reserve
|
|
ipv4: 192.168.112.2
|