aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorJan Tuomi <jans.tuomi@gmail.com>2024-01-24 22:34:51 +0200
committerJan Tuomi <jans.tuomi@gmail.com>2024-01-24 22:34:51 +0200
commit2e5e69a10c80bcbff1dc592dcaf4afc32a2c3dd5 (patch)
tree04c6ed8b1736abbaee0e6670307fdde5d04a716d /examples
parent0bc80beb699000826b8e9415a7b254c92dc86a5a (diff)
Add http POST /prisons
Diffstat (limited to 'examples')
-rw-r--r--examples/apply-config10
-rw-r--r--examples/desmorc3
2 files changed, 7 insertions, 6 deletions
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"))