mionor fixes to localdb template

This commit is contained in:
Arthur Lu 2023-06-29 20:27:05 +00:00
parent 81d2841b79
commit ab8d9e16cc

View File

@ -1,6 +1,6 @@
{ {
"application": { "application": {
"pveAPI": "https://pve.mydoamin/api2/json", "pveAPI": "https://pve.mydomain.example/api2/json",
"pveAPIToken": { "pveAPIToken": {
"user": "proxmoxaas-api", "user": "proxmoxaas-api",
"realm": "pve", "realm": "pve",
@ -12,8 +12,8 @@
"password": "rootpassword" "password": "rootpassword"
}, },
"listenPort": 80, "listenPort": 80,
"hostname": "client.mydomain", "hostname": "client.mydomain.example",
"domain": "mydomain" "domain": "mydomain.example"
}, },
"resources": { "resources": {
"cpu": { "cpu": {