You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
942 B
31 lines
942 B
# Enter the hostname or IP address of the LDAP server |
|
LDAP_HOST= |
|
# Enter the port number of the LDAP server |
|
LDAP_PORT= |
|
# Is the LDAP server using SSL |
|
LDAP_SSL= |
|
# Enter the LDAP username |
|
LDAP_USER= |
|
# Enter LDAP password |
|
LDAP_PASS= |
|
|
|
|
|
# Enter the full VRE API url. (Should end with /api/) |
|
VRE_API_HOST= |
|
# Enter the API Version as a prefix (Should be in format ex. /v1/) |
|
VRE_API_PREFIX= |
|
# Enter the VRE API username |
|
VRE_API_USER= |
|
# Enter the VRE API password |
|
VRE_API_PASS= |
|
|
|
|
|
# Manually make subgroups in LDAP? |
|
# This will create the needed subgroups in a research group when set to 'True'. |
|
# This is only needed for development, as in production, these subgroups will be created automatically. |
|
# It could be that this can change in the future, so it is an option to create the needed subgroups in a research group |
|
LDAP_MANUAL_GROUPS=False |
|
|
|
# Sentry settings |
|
# Enter the full Sentry DSN string. This should contain a key and a project |
|
SENTRY_DSN=
|
|
|