Add back analytics web id

This commit is contained in:
2025-09-27 16:32:03 +02:00
parent 4dc956c9e6
commit b4ef9d9c93
2 changed files with 3 additions and 1 deletions

View File

@@ -90,7 +90,7 @@ module Handlers =
GetAnalyticsWebId =
fun () ->
async {
let url = Settings.analyticsWebId
let url = settings.analyticsWebId
return url
}
}

View File

@@ -214,6 +214,8 @@ type Settings () =
failwith "SLURM_JWT not set!"
)
member _.analyticsWebId : string option = tryGetEnv "ANALYTICS_WEB_ID"
member this.Print() =
eprintfn "Settings:"
eprintfn " - file = %A" this.file