mirror of
https://github.com/Dvorinka/MyClubServer.git
synced 2026-06-04 02:32:57 +00:00
dev day #100 - WE ARE FUCKING DONE, hotfixes incoming but we did it in 100 days, lets fucking go guys, anyone reading this...i love you
This commit is contained in:
@@ -71,6 +71,7 @@ type Config struct {
|
||||
ScraperBaseURL string
|
||||
FrontendBaseURL string
|
||||
PublicAPIBaseURL string
|
||||
ZoneramaAPIBase string
|
||||
|
||||
// Umami Analytics
|
||||
UmamiURL string
|
||||
@@ -181,6 +182,7 @@ func LoadConfig() {
|
||||
ScraperBaseURL: getEnv("FACR_SCRAPER_BASE_URL", "http://localhost:8081"),
|
||||
FrontendBaseURL: getEnv("FRONTEND_BASE_URL", "http://localhost:3000"),
|
||||
PublicAPIBaseURL: getEnv("PUBLIC_API_BASE_URL", "http://localhost:8080/api/v1"),
|
||||
ZoneramaAPIBase: getEnv("ZONERAMA_API_BASE", "https://zonerama.tdvorak.dev"),
|
||||
|
||||
// Umami Analytics
|
||||
UmamiURL: getEnv("UMAMI_URL", ""),
|
||||
|
||||
Reference in New Issue
Block a user