summary refs log tree commit diff stats
path: root/.cro.yml
diff options
context:
space:
mode:
Diffstat (limited to '.cro.yml')
-rw-r--r--.cro.yml15
1 files changed, 15 insertions, 0 deletions
diff --git a/.cro.yml b/.cro.yml
new file mode 100644
index 0000000..a3bc036
--- /dev/null
+++ b/.cro.yml
@@ -0,0 +1,15 @@
+---
+links:  []
+name: crater
+entrypoint: lib/Crater/Service.rakumod
+endpoints:
+  -
+    protocol: http
+    host-env: CRATER_HOST
+    id: http
+    name: HTTP
+    port-env: CRATER_PORT
+id: crater
+env:  []
+cro: 1
+...