mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2025-05-12 20:35:40 +00:00
12 lines
299 B
Bash
12 lines
299 B
Bash
# change this env to your fqdn url
|
|
NEXTAUTH_URL=http://localhost:3000/api/v1/auth
|
|
#NEXTAUTH_URL=https://linkwarden.example.com/api/v1/auth
|
|
|
|
# define a strong secret key
|
|
NEXTAUTH_SECRET=unplug6-coherent-outlast-undergo-plow
|
|
|
|
# database settings
|
|
PG_PASS=linkwarden
|
|
PG_USER=linkwarden
|
|
PG_DB=linkwarden
|