# the following variables are options you can set for your SCIM Bridge # uncomment the lines you need # OP_SESSION can be either the base64-encoded string of a `scimsession` file, or it can be the path to a `scimsession` file (as in a Docker Swarm Secret) # examples: "OP_SESSION=abcdefg123456", "OP_SESSION=/path/to/scimsession" # for Docker Compose, you will need to set this OP_SESSION= # OP_LETSENCRYPT_DOMAIN should be set to the domain you want to use for your SCIM Bridge # this will enable the complimentary LetsEncrypt challenge server OP_LETSENCRYPT_DOMAIN=op-scim.example.com # alternatively, you can set the variable to blank, which will cause the SCIM Bridge to serve on port 3002 #OP_LETSENCRYPT_DOMAIN= # (ADVANCED) the options below aren't usually necessary during routine deployments, but can be used if you have a specific need # OP_PORT can be used to override the port number when the SCIM Bridge is running on port 3002 (when OP_LETSENCRYPT_DOMAIN is blank) #OP_PORT=3002 # OP_REDIS_HOST can be set if you are hosting your redis server at a different location # it can be set to a hostname or an IP address #OP_REDIS_HOST=scim.internal.localnet.com