changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > demo / default.cfg

changeset 23: dc7e11694976
parent: ba323d8c0f93
author: ellis <ellis@rwest.io>
date: Sun, 04 Jun 2023 02:50:19 +0000
permissions: -rw-r--r--
description: Update .gitlab-ci.yml file
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"))