diff options
author | Andinus <andinus@nand.sh> | 2022-06-09 21:12:03 +0530 |
---|---|---|
committer | Andinus <andinus@nand.sh> | 2022-06-09 21:12:03 +0530 |
commit | 2085b4cac3a86d59360531d48251c8ab39dec0dd (patch) | |
tree | 53cabc820312da2abff2bbb9b44132b61302cad1 /.cro.yml | |
parent | 48df36de5aa962b32d3313d6a9d2ace6a5fdac11 (diff) | |
download | crater-2085b4cac3a86d59360531d48251c8ab39dec0dd.tar.gz |
Initial Gallery version
- Handles login, logout, simple directories.
Diffstat (limited to '.cro.yml')
-rw-r--r-- | .cro.yml | 15 |
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 +... |