Revert "chore: update API URLs to use folo.is domain"
This reverts commit ad75a1e47b.
Signed-off-by: Innei <tukon479@gmail.com>
This commit is contained in:
parent
5f563c2a2f
commit
220702c456
|
|
@ -6,7 +6,7 @@ on:
|
|||
# Do not use secrets or variables to allow for public access
|
||||
env:
|
||||
VITE_WEB_URL: https://app.folo.is
|
||||
VITE_API_URL: https://api.folo.is
|
||||
VITE_API_URL: https://api.follow.is
|
||||
|
||||
name: ✨ CI Format, Typecheck and Lint
|
||||
concurrency:
|
||||
|
|
|
|||
|
|
@ -51,7 +51,7 @@ export default defineConfig({
|
|||
server: {
|
||||
proxy: {
|
||||
"/api": {
|
||||
target: "https://api.folo.is",
|
||||
target: "https://api.follow.is",
|
||||
changeOrigin: true,
|
||||
rewrite(path) {
|
||||
return path.replace("/api", "")
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
export const DEFAULT_VALUES = {
|
||||
PROD: {
|
||||
API_URL: "https://api.folo.is",
|
||||
API_URL: "https://api.follow.is",
|
||||
WEB_URL: "https://app.folo.is",
|
||||
INBOXES_EMAIL: "@follow.re",
|
||||
OPENPANEL_CLIENT_ID: "4382168f-b8d2-40c1-9a26-133a312d072b",
|
||||
|
|
@ -12,13 +12,13 @@ export const DEFAULT_VALUES = {
|
|||
POSTHOG_HOST: "https://us.posthog.com",
|
||||
},
|
||||
DEV: {
|
||||
API_URL: "https://api.dev.folo.is",
|
||||
WEB_URL: "https://dev.folo.is",
|
||||
API_URL: "https://api.dev.follow.is",
|
||||
WEB_URL: "https://dev.follow.is",
|
||||
INBOXES_EMAIL: "__dev@follow.re",
|
||||
},
|
||||
STAGING: {
|
||||
API_URL: "https://api.folo.is",
|
||||
WEB_URL: "https://staging.folo.is",
|
||||
API_URL: "https://api.follow.is",
|
||||
WEB_URL: "https://staging.follow.is",
|
||||
INBOXES_EMAIL: "@follow.re",
|
||||
OPENPANEL_CLIENT_ID: "4382168f-b8d2-40c1-9a26-133a312d072b",
|
||||
OPENPANEL_API_URL: "https://openpanel.follow.is/api",
|
||||
|
|
|
|||
Loading…
Reference in New Issue