update services to novemila.org

This commit is contained in:
dado
2025-03-02 17:49:56 +01:00
parent 75a6bb3340
commit 5374ab7b58
12 changed files with 73 additions and 73 deletions

View File

@ -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=