mirror of
https://git.waldn.net/git/knotteye/satyr.git
synced 2026-01-17 12:25:08 +00:00
Changed init functions to be more consistent.
Added setup script and templates for config and database setup. Fixed typo in tsconfig.
This commit is contained in:
15
install/template.local.toml
Normal file
15
install/template.local.toml
Normal file
@@ -0,0 +1,15 @@
|
||||
[satyr]
|
||||
name = '<iname>'
|
||||
domain = '<domain>'
|
||||
registration = false
|
||||
|
||||
[media]
|
||||
streamKeys = false
|
||||
record = false
|
||||
ffmpeg = '<ffmpeg>'
|
||||
|
||||
[database]
|
||||
user = '<dbuser>'
|
||||
password = '<dbpass>'
|
||||
database = '<dbname>'
|
||||
host = '<dbhost>'
|
||||
Reference in New Issue
Block a user