Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Include a default configuration file in the 'docs' directory. (#4791)
Browse files Browse the repository at this point in the history
  • Loading branch information
richvdh authored Mar 4, 2019
1 parent aba5eea commit 8e28bc5
Show file tree
Hide file tree
Showing 11 changed files with 1,114 additions and 13 deletions.
8 changes: 8 additions & 0 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,14 @@ steps:

- wait

- command:
- "python -m pip install tox"
- "tox -e check-sampleconfig"
label: "\U0001F9F9 check-sample-config"
plugins:
- docker#v3.0.1:
image: "python:3.6"

- command:
- "python -m pip install tox"
- "tox -e py27,codecov"
Expand Down
1 change: 1 addition & 0 deletions changelog.d/4791.feature
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Include a default configuration file in the 'docs' directory.
7 changes: 7 additions & 0 deletions docs/.sample_config_header.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# This file is a reference to the configuration options which can be set in
# homeserver.yaml.
#
# Note that it is not quite ready to be used as-is. If you are starting from
# scratch, it is easier to generate the config files following the instructions
# in INSTALL.md.

Loading

0 comments on commit 8e28bc5

Please sign in to comment.