Skip to content

Commit e44a9e5

Browse files
ngnhngmaxdml
andauthored
Update cmd/dbos/templates/dbos-go-starter/main.go.tmpl
Co-authored-by: Max dml <[email protected]>
1 parent a992447 commit e44a9e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/dbos/templates/dbos-go-starter/main.go.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ func main() {
8080
var err error
8181
dbosCtx, err = dbos.NewDBOSContext(context.Background(), dbos.Config{
8282
DatabaseURL: os.Getenv("DBOS_SYSTEM_DATABASE_URL"),
83-
AppName: "dbos-toolbox",
83+
AppName: "{{.ProjectName}}",
8484
AdminServer: true,
8585
})
8686
if err != nil {

0 commit comments

Comments
 (0)