summaryrefslogtreecommitdiffstats
path: root/gomf-modpanel.conf
blob: 57b58273cfea94ead30e0b75ccdfdf9070d147a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# vim: set ft=sh:

#shellcheck disable=SC2034

# Simple startup/configuration script for gomf-modpanel
# Leave options blank ("OPTION=", "OPTION=''") or comment them out to use
# gomf-modpanel defaults (see `gomf-modpanel --help`)

#
# URL path prefix to serve modpanel under
#URL_PREFIX=/mod/

# URL path to deletion log
#DELETION_LOG=/deleted

# The URL that Gomf serves uploaded files on
#
# Defaults to /u/
#UPLOAD_URL=https://u.example.com/

# List of usernames and passwords that can access the mod panel
#
# Entries should be in the form "user:password"
ACCESS=(
	test:test
)