registrazioni disabilitate
This commit is contained in:
parent
375a0c5832
commit
55b24e2878
@ -2,20 +2,22 @@
|
|||||||
# The NEXTAUTH_URL should be changed to your domain name only if you are hosting it somewhere else
|
# The NEXTAUTH_URL should be changed to your domain name only if you are hosting it somewhere else
|
||||||
|
|
||||||
NEXTAUTH_URL=http://link.ilnostropianetaselvaggio.it/api/v1/auth
|
NEXTAUTH_URL=http://link.ilnostropianetaselvaggio.it/api/v1/auth
|
||||||
NEXTAUTH_SECRET=
|
NEXTAUTH_SECRET=changeme
|
||||||
|
|
||||||
# Manual installation database settings
|
# Manual installation database settings
|
||||||
# Example: DATABASE_URL=postgresql://user:password@localhost:5432/linkwarden
|
# Example: DATABASE_URL=postgresql://user:password@localhost:5432/linkwarden
|
||||||
DATABASE_URL=
|
DATABASE_URL=postgresql://user:password@localhost:5432/linkwarden
|
||||||
|
|
||||||
# Docker installation database settings
|
# Docker installation database settings
|
||||||
POSTGRES_PASSWORD=
|
POSTGRES_PASSWORD=changeme
|
||||||
|
|
||||||
|
# https://docs.linkwarden.app/self-hosting/environment-variables
|
||||||
|
|
||||||
# Additional Optional Settings
|
# Additional Optional Settings
|
||||||
PAGINATION_TAKE_COUNT=
|
PAGINATION_TAKE_COUNT=
|
||||||
STORAGE_FOLDER=
|
STORAGE_FOLDER=/data
|
||||||
AUTOSCROLL_TIMEOUT=
|
AUTOSCROLL_TIMEOUT=
|
||||||
NEXT_PUBLIC_DISABLE_REGISTRATION=
|
NEXT_PUBLIC_DISABLE_REGISTRATION=true
|
||||||
NEXT_PUBLIC_CREDENTIALS_ENABLED=
|
NEXT_PUBLIC_CREDENTIALS_ENABLED=
|
||||||
DISABLE_NEW_SSO_USERS=
|
DISABLE_NEW_SSO_USERS=
|
||||||
RE_ARCHIVE_LIMIT=
|
RE_ARCHIVE_LIMIT=
|
||||||
|
Loading…
x
Reference in New Issue
Block a user