Skip to content

Commit

Permalink
rename example config (fixes #2)
Browse files Browse the repository at this point in the history
  • Loading branch information
jwoytek committed May 16, 2023
1 parent 1c94bb3 commit 5a6d4e5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# ignore site config
showtimer.yaml

# If you prefer the allow list template instead of the deny list, see community template:
# https://github.com/github/gitignore/blob/main/community/Golang/Go.AllowList.gitignore
#
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ Currently, most setup and startup of the program must be done from the
command line (Windows CMD.EXE, MacOS Terminal, etc.).

1. unzip the bundle in a useful location, like your home directory
2. Edit the `showtimer.yaml` file with your favorite editor
2. Copy `showtimer_example.yaml` to a name of your choice. The default
is `showtimer.yaml`. Edit the file with your favorite editor.
3. Set the port values for the webserver and OSC (or note the defaults)
4. Optionally, if you would like to only listen on a certain interface,
enter the IP address of that interface. This is probably not common.
Expand Down
1 change: 1 addition & 0 deletions showtimer.yaml → showtimer_example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ web:
osc:
#bind: 0.0.0.0
port: 8000
darkmode: false
timers:
- name: Act 1
key: act1
Expand Down

0 comments on commit 5a6d4e5

Please sign in to comment.