aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
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"))