mirror of
https://github.com/iv-org/invidious.git
synced 2025-08-06 05:14:31 -04:00
Untrack config.yml (#1557)
* Untrack config.yml `config/config.yml` has been untracked and moved to `config/config.example.yml`. The Dockerfile has been updated to copy all `config/config.*` files and to try to move `config/config.example.yml` to `config/config.yml`. If a user supplied `config/config.yml` exists it is not overwritten. * Update Dockerfile to use `shard.lock` * Fix tests
This commit is contained in:
parent
2349a6ab0c
commit
b566c4ba1a
4 changed files with 6 additions and 3 deletions
|
@ -12,7 +12,7 @@ require "../src/invidious/search"
|
|||
require "../src/invidious/trending"
|
||||
require "../src/invidious/users"
|
||||
|
||||
CONFIG = Config.from_yaml(File.open("config/config.yml"))
|
||||
CONFIG = Config.from_yaml(File.open("config/config.example.yml"))
|
||||
|
||||
describe "Helper" do
|
||||
describe "#produce_channel_videos_url" do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue