Skip to content

Commit

Permalink
Merge pull request #3675 from owncloud/fix-launch-json
Browse files Browse the repository at this point in the history
set OCIS_SYSTEM_USER_ID
  • Loading branch information
butonic authored May 4, 2022
2 parents d540c44 + 6193c4a commit 8bfb589
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"OCIS_LOG_PRETTY": "true",
"OCIS_LOG_COLOR": "true",
// user id of "admin", for user creation and admin role assignement
"OCIS_ADMIN_USER_ID": "admin-user-id",
"OCIS_ADMIN_USER_ID": "some-admin-user-id-0000-000000000000", // FIXME currently must have the length of a UUID, see reva/pkg/storage/utils/decomposedfs/spaces.go:228
// set insecure options because we don't have valid certificates in dev environments
"OCIS_INSECURE": "true",
// set some hardcoded secrets
Expand All @@ -40,8 +40,8 @@
"IDM_ADMIN_PASSWORD": "admin",
// demo users
"IDM_CREATE_DEMO_USERS": "true",
// metadata storage
"METADATA_USER_ID": "some-metadata-user-id"
// system user
"OCIS_SYSTEM_USER_ID": "some-system-user-id-000-000000000000", // FIXME currently must have the length of a UUID, see reva/pkg/storage/utils/decomposedfs/spaces.go:228
// OCIS_RUN_EXTENSIONS allows to start a subset of extensions even in the supervised mode
//"OCIS_RUN_EXTENSIONS": "settings,storage-system,glauth,graph,graph-explorer,idp,ocs,store,thumbnails,web,webdav,frontend,gateway,user,group,auth-basic,auth-bearer,storage-authmachine,storage-users,storage-shares,storage-publiclink,app-provider,sharing,accounts,proxy,ocdav",
}
Expand Down

0 comments on commit 8bfb589

Please sign in to comment.