Commit 29f04a2e authored by jan.koester's avatar jan.koester
Browse files

test

parent 669a7934
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -57,10 +57,13 @@ BLOGI:
    # ACMEURL: "https://acme-v02.api.letsencrypt.org/directory"
  # Multi-domain support: each domain gets its own DB, template, settings, etc.
  # DOMAINS is required — unconfigured hosts get 404.
  # NAME can appear multiple times per entry to serve multiple hostnames with one config.
  # NAME is the primary hostname; NAMES is an optional list of additional
  # hostnames served by the same configuration entry.
  DOMAINS:
    - NAME: "blog.example.com"
      NAMES: "www.example.com"
      NAMES:
        - "www.example.com"
        - "lnx.example.com"
      DB_DRIVER: "sqlite"
      DB_CONNECTION: "/var/lib/blogi/blog-example.db"
      TEMPLATE: "/usr/local/share/blogi/themes/default"