We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73e3a59 commit 34a8ba5Copy full SHA for 34a8ba5
dbos/doc.go
@@ -10,7 +10,7 @@
10
//
11
// dbosContext, err := dbos.NewDBOSContext(context.Background(), dbos.Config{
12
// AppName: "my-app",
13
-// DatabaseURL: os.Getenv("DATABASE_URL"),
+// DatabaseURL: os.Getenv("DBOS_SYSTEM_DATABASE_URL"),
14
// })
15
// defer dbosContext.Shutdown(5 * time.Second)
16
0 commit comments