Browse Source

Adding missing GROUP_ID and USER_ID to env.sh.sample

LabbKey 1 year ago
parent
commit
d170f2ac3b
1 changed files with 2 additions and 0 deletions
  1. 2 0
      bin/env.sh.sample

+ 2 - 0
bin/env.sh.sample

@@ -6,3 +6,5 @@ export COMPOSE=$HOME/config/labkey-compose.yaml
 export DOCKERCOMPOSE=$HOME/.docker/cli-plugins/docker-compose
 export PGPASS=somethingSecret
 #other variables
+export USER_ID=id_of_labkey_user
+export GROUP_ID=group_id_of_labkey_user