update services to novemila.org
This commit is contained in:
@ -1,17 +1,13 @@
|
||||
# The only thing you MUST change here is NEXTAUTH_SECRET and POSTGRES_PASSWORD, they both should be different secret phrases
|
||||
# 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_SECRET=changeme
|
||||
NEXTAUTH_URL=http://link.novemila.org/api/v1/auth
|
||||
NEXTAUTH_SECRET=
|
||||
|
||||
# Manual installation database settings
|
||||
# Example: DATABASE_URL=postgresql://user:password@localhost:5432/linkwarden
|
||||
DATABASE_URL=postgresql://user:password@localhost:5432/linkwarden
|
||||
# DATABASE_URL=
|
||||
|
||||
# Docker installation database settings
|
||||
POSTGRES_PASSWORD=changeme
|
||||
|
||||
# https://docs.linkwarden.app/self-hosting/environment-variables
|
||||
POSTGRES_PASSWORD=
|
||||
|
||||
# Additional Optional Settings
|
||||
PAGINATION_TAKE_COUNT=
|
||||
|
Reference in New Issue
Block a user