mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-17 18:35:19 +02:00
Dependency Updates
This commit is contained in:
parent
63146aa9b7
commit
8b7191ac26
5 changed files with 38 additions and 5 deletions
9
web/.env.example
Normal file
9
web/.env.example
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# YOUR SURFDENSE BACKEND API SECRET KEY
|
||||
NEXT_PUBLIC_API_SECRET_KEY="ANY STRING VALUE MAKE SURE IT MACHES THE VALUE IN BACKEND"
|
||||
|
||||
#YOUR SURFSENSE BACKEND URL
|
||||
NEXT_PUBLIC_BACKEND_URL="http://localhost:8000"
|
||||
|
||||
# Recaptcha v2 to prevent Registration spam
|
||||
NEXT_PUBLIC_RECAPTCHA_SITE_KEY=""
|
||||
RECAPTCHA_SECRET_KEY=""
|
||||
Loading…
Add table
Add a link
Reference in a new issue