From 2e5e69a10c80bcbff1dc592dcaf4afc32a2c3dd5 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Wed, 24 Jan 2024 22:34:51 +0200 Subject: Add http POST /prisons --- examples/apply-config | 10 +++++----- examples/desmorc | 3 ++- 2 files changed, 7 insertions(+), 6 deletions(-) (limited to 'examples') diff --git a/examples/apply-config b/examples/apply-config index 343fe81..408be12 100644 --- a/examples/apply-config +++ b/examples/apply-config @@ -1,5 +1,5 @@ -((prison (name "foobar") - (base "14.0-RELEASE-base") - (packages ()) - (commands ()) - (replicas 3))) +#(((name . "foobar") + (base . "14.0-RELEASE-base") + (packages . #()) + (commands . #()) + (replicas . 3))) diff --git a/examples/desmorc b/examples/desmorc index 331a201..53ff809 100644 --- a/examples/desmorc +++ b/examples/desmorc @@ -1 +1,2 @@ -((mgmt-api-url "http://localhost:9939")) +((mgmt-api-url "http://localhost:9939") + (mgmt-api-key "foobar")) -- cgit v1.3