mirror of
https://github.com/kemko/icecast-ripper.git
synced 2026-01-01 15:55:42 +03:00
removed DATABASE_PATH
This commit is contained in:
11
.env.example
11
.env.example
@@ -1,6 +1,7 @@
|
||||
STREAM_URL=http://example.com/stream
|
||||
CHECK_INTERVAL=60
|
||||
RECORD_DIRECTORY=/records
|
||||
CONNECT_TIMEOUT=10
|
||||
FIRST_BYTE_TIMEOUT=30
|
||||
WEB_SERVER_PORT=8080
|
||||
CHECK_INTERVAL=1m
|
||||
RECORDINGS_PATH=/records
|
||||
TEMP_PATH=./temp
|
||||
SERVER_ADDRESS=:8080
|
||||
RSS_FEED_URL=http://localhost:8080/rss
|
||||
LOG_LEVEL=info
|
||||
|
||||
Reference in New Issue
Block a user