Skip to content

Commit

Permalink
local config to provide defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
danlemire authored Jan 10, 2021
1 parent 8aee8c4 commit 2905b2b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"datasource" : "https://raw.githubusercontent.com/danlemire/magtagverse/source-data-config/webverses.json",
"mode" : "local|remote",
"readmode" : "sequential|random",
"sleep" : "0.1",
"deepsleep" : "3600*24",
"reloadmode" : "reset|continue",
"neopixels_disable" : false,
"plainfont" : false,
"backgroundfile" : ""
}

0 comments on commit 2905b2b

Please sign in to comment.