changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > demo / default.cfg

changeset 22: ba323d8c0f93
author: ellis <ellis@rwest.io>
date: Sat, 03 Jun 2023 22:48:46 -0400
permissions: -rw-r--r--
description: refactor1
1 ;;; default-config.se --- Default demo configuration -*- mode: lisp-data -*-
2 
3 ;; The configuration for this demo is specified in S-Expressions.
4 ;; Check 'docs/config.org' for available options.
5 (:service "weather"
6  :host "localhost"
7  :port 8888
8  :client (:name "guest"
9  :type "docker"
10  :mode "release"
11  :theme "dark"))