mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 04:46:40 +07:00

* fixed paths to match refactored backend * fixed some paths according to new backend * fixed auth urls for new endpoints * fixed urls * fixed error handling * fixes * fixed error handling on user form * fixed error handling on oauth * using fallback: true on node pages * type button for comment attach buttons * fixed return types of social delete * changed the way we upload user avatars
6 lines
335 B
Text
6 lines
335 B
Text
# NEXT_PUBLIC_API_HOST=https://pig.staging.vault48.org/
|
|
# NEXT_PUBLIC_REMOTE_CURRENT=https://pig.staging.vault48.org/static/
|
|
NEXT_PUBLIC_API_HOST=http://localhost:7777/
|
|
NEXT_PUBLIC_REMOTE_CURRENT=http://localhost:7777/static/
|
|
# NEXT_PUBLIC_API_HOST=https://pig.vault48.org/
|
|
# NEXT_PUBLIC_REMOTE_CURRENT=https://pig.vault48.org/static/
|