Rebrand Pinscope to Periscope across product and codebase.
Rename the core package to periscopex, update UI/docs/Docker/deploy defaults to periscope.michelebigi.it, and keep legacy version/storage key aliases so existing projects keep working. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Pinscope Backend — Environment Variables
|
||||
# Periscope Backend — Environment Variables
|
||||
# Copy to backend/.env and fill in values. Only DEEPSEEK_API_KEY is required.
|
||||
|
||||
# -- AI (DeepSeek, default) --------------------------------------------------
|
||||
@@ -53,7 +53,7 @@ GCS_BUCKET=
|
||||
CORS_ORIGINS=["http://localhost:3000","http://127.0.0.1:3000","http://localhost:18742","http://127.0.0.1:18742"]
|
||||
|
||||
# -- Auth (self-host) --------------------------------------------------------
|
||||
# Set AUTH_JWT_SECRET to enable Pinscope email/password accounts and
|
||||
# Set AUTH_JWT_SECRET to enable Periscope email/password accounts and
|
||||
# multi-user project collaborators (invite by email). Clerk keys, if set,
|
||||
# take priority over local auth.
|
||||
# AUTH_JWT_SECRET=change-me-to-a-long-random-string
|
||||
|
||||
Reference in New Issue
Block a user