mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-07-25 12:01:04 +02:00
chore: redirect to APP_URL from superadmin
This commit is contained in:
parent
23956ac55c
commit
1aa4937b22
2 changed files with 7 additions and 6 deletions
|
|
@ -1,5 +1,8 @@
|
|||
BACKEND_URL=http://localhost:8000
|
||||
NEXT_PUBLIC_BACKEND_URL=http://localhost:8000
|
||||
# Base URL of the user-facing app, used for superadmin impersonation redirects
|
||||
# (defaults to the current origin when unset)
|
||||
# NEXT_PUBLIC_APP_URL=http://localhost:3010
|
||||
NEXT_PUBLIC_NODE_ENV=development
|
||||
# form submissions backend
|
||||
# NEXT_PUBLIC_ONBOARDING_API_URL=http://localhost:8001
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue