inject mongodb uri inside the binary and os

This commit is contained in:
Robin Olsen
2026-03-13 12:33:09 +01:00
parent 286d8cf51d
commit e23d0155df
5 changed files with 32 additions and 3 deletions

View File

@@ -11,6 +11,7 @@ import (
var App *app.App
var appCleanup func()
var RootCmd = issues.RootCmd
var DB_URI string
func main() {
ctx := context.Background()