mirror of
https://github.com/Haxxnet/Compose-Examples.git
synced 2025-11-23 08:54:27 +01:00
chore: add linkwarden
This commit is contained in:
11
examples/linkwarden/.env
Normal file
11
examples/linkwarden/.env
Normal file
@@ -0,0 +1,11 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user