add registration mode setting

This commit is contained in:
2021-09-04 16:54:48 -04:00
committed by oliviasculley
parent 6675c1dfab
commit 9be43eecbf
4 changed files with 8 additions and 4 deletions

View File

@ -9,6 +9,8 @@ services:
DATABASE_URL: "ecto://postgres:postgres@cannery-db/cannery"
# generate a random base64 string 64 characters long, preferably not from a website
SECRET_KEY_BASE: "change-me-to-something-random-this-is-really-important-change-it"
# uncomment enable sign ups, watch for spam!
# REGISTRATION: "public"
ports:
# do not expose this publically!
# always host from behind a reverse proxy with a properly configured certificate