streamupload/_vars
2022-09-18 09:53:03 +07:00

23 lines
501 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 when empty, otherwise SSL/TLS
ssltls='true'