mirror of
https://github.com/alkimake/paperclip.git
synced 2026-06-14 01:50:39 +09:00
fix: remove hardcoded JWT secret fallback from createBetterAuthInstance
This commit is contained in:
parent
316790ea0a
commit
b7a7dacfa3
3 changed files with 8 additions and 8 deletions
|
|
@ -1,3 +1,4 @@
|
|||
DATABASE_URL=postgres://paperclip:paperclip@localhost:5432/paperclip
|
||||
PORT=3100
|
||||
SERVE_UI=false
|
||||
BETTER_AUTH_SECRET=paperclip-dev-secret
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue