update .env file

This commit is contained in:
2025-08-17 11:41:27 -04:00
parent 3bb320b59f
commit 42f3521cd7

View File

@@ -6,3 +6,4 @@ AUTH_AUTHENTIK_ISSUER=https://example.com
NEXTAUTH_URL=https://example.com
AUTH_SECRET=supersecret
NEXTAUTH_SECRET=supersecret
DB_URL=postgres://<user>:<password>@<host>:<port>/<database>