You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
422 B
INI
14 lines
422 B
INI
bind = 127.0.0.1:{{ bind_port }}
|
|
sitename = {{ site_name }}
|
|
siteurl = https://{{ domain }}/
|
|
selifpath = {{ selif_path }}
|
|
maxsize = {{ max_size }}
|
|
maxexpiry = {{ max_expiry }}
|
|
realip = true
|
|
nologs = false
|
|
force-random-filename = {{ force_random_filenames | ternary('true', 'false') }}
|
|
authfile = {{ auth_codes_file }}
|
|
remoteauthfile = {{ auth_codes_file }}
|
|
filespath = {{ files_directory }}
|
|
metapath = {{ meta_directory }}
|