changelog shortlog graph tags branches changeset file revisions annotate raw help

Mercurial > demo / default.cfg

revision 26: 2015d7277629
parent 25: 75f5290085f5
child 27: 529419ac94f3
     1.1--- a/default.cfg	Sun Jun 04 00:56:02 2023 -0400
     1.2+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3@@ -1,11 +0,0 @@
     1.4-;;; default-config.se --- Default demo configuration -*- mode: lisp-data -*-
     1.5-
     1.6-;; The configuration for this demo is specified in S-Expressions.
     1.7-;; Check 'docs/config.org' for available options.
     1.8-(:service "weather"
     1.9- :host "localhost"
    1.10- :port 8888
    1.11- :client (:name "guest"
    1.12-	  :type "docker"
    1.13-	  :mode "release"
    1.14-	  :theme "dark"))