december-adventure-2024/gemini-server-test/config/twins.ini
Aaron Fischer d645fa7b4d Day 9: Replace bash script with zig application
Signed-off-by: Aaron Fischer <mail@aaron-fischer.net>
2024-12-09 22:56:38 +01:00

16 lines
No EOL
355 B
INI

listen: :1965
hosts:
localhost:
cert: /app/config/cert.pem
key: /app/config/key.pem
paths:
-
path: /create
input: Provide new Log entry
command: /app/bin/december-adventure-2024 create "$USERINPUT"
cache: 0
-
path: /
command: /app/bin/december-adventure-2024 list
cache: 0