Added example config and gitignore
This commit is contained in:
commit
75faa1215d
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
config.ini
|
11
config.ini
Normal file
11
config.ini
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
[RADIO]
|
||||||
|
HOSTNAME = your.host.name
|
||||||
|
PORT = 1234
|
||||||
|
|
||||||
|
[DISCORD]
|
||||||
|
TOKEN = your.discord.token
|
||||||
|
|
||||||
|
[LOG]
|
||||||
|
LOGFILE = radio.log
|
||||||
|
LOGLEVEL = INFO
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user