streamupload/_vars
gitlab.com/pepa65 ccf1d7aee0 fix php
2022-09-08 17:26:38 +07:00

24 lines
637 B
Plaintext

## Variables for the install script
# All have to be filled in, except if they have a default
# Interface for serving the page: ':80' or 'domain.name'
# Defaults to ':80'
interface=''
# Timezone for local user
tz='UTC'
# Username / Email / Password/Hash (multiple users allowed)
# Must have at least one Username and Email with either Password or Hash
declare -A umail upw uhash
u='username' umail[$u]='email' upw[$u]='password'
u='username' umail[$u]='email' uhash[$u]='$(caddy hash-password)'
# Variables for mailer
user='(smtp login)'
password='(smtp password)'
# Defaults to 'mail.gmail.com'
smtp=''
# Defaults to: '587'
port=''