Make default config file simpler. Closes #364 (#375)

This commit is contained in:
Gabe Kangas
2020-11-19 08:48:33 -08:00
committed by GitHub
parent a2c088d401
commit d4426f1dff
6 changed files with 36 additions and 4 deletions

View File

@@ -32,7 +32,7 @@ jobs:
- uses: actions/checkout@v2
- name: Copy default config file
run: cp config-example.yaml config.yaml
run: cp config-default.yaml config.yaml
- name: Build Docker image
run: docker build -t owncast .