code tidy up

Signed-off-by: Ben Hall <ben@benh.codes>
This commit is contained in:
Ben Hall 2025-02-09 12:36:13 +00:00
parent 8e99630165
commit f9c1bfcb77
2 changed files with 1 additions and 7 deletions

View File

@ -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",

2
go.mod
View File

@ -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