code tidy up
Signed-off-by: Ben Hall <ben@benh.codes>
This commit is contained in:
parent
8e99630165
commit
f9c1bfcb77
@ -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 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 = {
|
export const OAUTH = {
|
||||||
clientId: env.CLIENT_ID || "1325579039888511056",
|
clientId: env.CLIENT_ID || "1325579039888511056",
|
||||||
|
2
go.mod
2
go.mod
@ -2,8 +2,6 @@ module github.com/TicketsBot/GoPanel
|
|||||||
|
|
||||||
go 1.22.6
|
go 1.22.6
|
||||||
|
|
||||||
replace github.com/TicketsBot-cloud/database => ../database
|
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/BurntSushi/toml v1.2.1
|
github.com/BurntSushi/toml v1.2.1
|
||||||
github.com/TicketsBot-cloud/archiverclient v0.0.0-20250206203822-d4f91573ad70
|
github.com/TicketsBot-cloud/archiverclient v0.0.0-20250206203822-d4f91573ad70
|
||||||
|
Loading…
x
Reference in New Issue
Block a user