Add user queue path

This commit is contained in:
Blade of Darkness 2021-09-15 10:43:24 +02:00
parent 77642a9c1b
commit fa2b0006d2
1 changed files with 1 additions and 0 deletions

1
setenv
View File

@ -12,3 +12,4 @@ export EMAIL_TEMPLATE="include/email.tmpl"
export TILDE_JSON="/var/www/thunix.cf/tilde.json"
export YAML_FILE="$1.yml"
export BANNED="/root/users.banned"
export USERQUEUE="/dev/shm/userqueue"