Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ fi
sleep 3

export NODE_ENV='production'
export HMD_ALLOW_ANONYMOUS="false"
export HMD_DB_URL="$POSTGRESQL_URL"
export HMD_LDAP_URL="$LDAP_URL"
export HMD_LDAP_BINDDN="$LDAP_BIND_DN"
Expand All @@ -23,6 +22,11 @@ export HMD_LDAP_SEARCHBASE="$LDAP_USERS_BASE_DN"
export HMD_LDAP_SEARCHFILTER="(username={{username}})"
export HMD_LDAP_USERNAMEFIELD="username"
export HMD_IMAGE_UPLOAD_TYPE=filesystem
# access default permissions setting
export HMD_ALLOW_ANONYMOUS=false
export HMD_ALLOW_ANONYMOUS_EDITS=true
export HMD_ALLOW_FREEURL=false
export HMD_DEFAULT_PERMISSION="limited"
# the following two changes could be transferred to config.json to enable users to change this
export HMD_EMAIL=false
export HMD_ALLOW_EMAIL_REGISTER=false
Expand Down