diff --git a/frontend/src/js/constants.js b/frontend/src/js/constants.js index d1e6620..4ecc46a 100644 --- a/frontend/src/js/constants.js +++ b/frontend/src/js/constants.js @@ -1,9 +1,5 @@ -export const API_URL = env.API_URL || "http://localhost:8081" +export const API_URL = env.API_URL || "https://api.ticketsbot.cloud" export const PLACEHOLDER_DOCS_URL = "https://docs.ticketsbot.cloud/setup/placeholders.html" -export const STRIPE = { - publishKey: env.STRIPE_PUBLISH_KEY || "pk_test_51QpuwdBXCkKxYGKwRUAhyc5RO8H9JRaIUOy8Apg85GfbUdtcyfo5P34yFpuYds13qZ8aMUtwhKesMZDA1F884A8u00fDXFAgHf", - checkoutUrl: env.STRIPE_PORTAL_URL || "https://billing.stripe.com/p/login/test_7sI189bPP9QBbDy9AA" -} export const OAUTH = { clientId: env.CLIENT_ID || "1325579039888511056", diff --git a/go.mod b/go.mod index a8b2b92..f4ba7a8 100644 --- a/go.mod +++ b/go.mod @@ -2,8 +2,6 @@ module github.com/TicketsBot/GoPanel go 1.22.6 -replace github.com/TicketsBot-cloud/database => ../database - require ( github.com/BurntSushi/toml v1.2.1 github.com/TicketsBot-cloud/archiverclient v0.0.0-20250206203822-d4f91573ad70