diff --git a/adventurelog-system/adventurelog.yaml b/adventurelog-system/adventurelog.yaml index e1a4cda..6ec96ea 100644 --- a/adventurelog-system/adventurelog.yaml +++ b/adventurelog-system/adventurelog.yaml @@ -129,6 +129,8 @@ spec: # Disable user registration (set to False to allow) - name: DISABLE_REGISTRATION value: "True" + - name: SOCIALACCOUNT_ALLOW_SIGNUPS + value: "True" # Database - name: PGHOST value: adventurelog-postgres