streamupload/_vars
pepa65 7c1f3b372c Add countdown option
Some more checks & safety
Encode for resolution 1920x1080, SAR 16:9, 25 fps, 18000 tbn
2022-09-18 09:48:53 +07:00

23 lines
474 B
Plaintext

## Variables for the install script
# All have to be filled in, except if they have a default
# Timezone for local user
tz='Asia/Bangkok'
# Interface for serving the page: ':80' or 'domain.name'
# Defaults to ':80'
interface=''
# Email for registering SSL-certificate
sslmail='(valid email)'
# Variables for mailer
user='(smtp login)'
password='(smtp password)'
# Defaults to 'mail.gmail.com'
smtp=''
# Defaults to: '587'
port=''
# Defaults to; '' (StartTLS)
ssltls='1'