mirror of
https://git.waldn.net/git/knotteye/satyr.git
synced 2025-12-19 07:02:18 +00:00
Big Refactor
Stop using config and toml as dependencies Stop passing around config variables through function calls Add config.ts and pull the values you need directly in the files Remove irc.js for incoming new IRC solution Rename controller to index because that was stupid Minor git bullshit with the config folder Change to yaml as a config format
This commit is contained in:
24
install/config.example.yml
Normal file
24
install/config.example.yml
Normal file
@@ -0,0 +1,24 @@
|
||||
satyr:
|
||||
name: '<iname>'
|
||||
domain: '<domain>'
|
||||
email: '<email>'
|
||||
registration: false
|
||||
|
||||
media:
|
||||
record: false
|
||||
ffmpeg: '<ffmpeg>'
|
||||
|
||||
http:
|
||||
# uncomment to set HSTS when SSL is ready
|
||||
#hsts: true
|
||||
|
||||
database:
|
||||
user: '<dbuser>'
|
||||
password: '<dbpass>'
|
||||
database: '<dbname>'
|
||||
host: '<dbhost>'
|
||||
|
||||
transcode:
|
||||
adaptive: false
|
||||
format: dash
|
||||
variants: 3
|
||||
Reference in New Issue
Block a user