blob: 35ee27d61bebb0d92bb7693ea5d9d5a639585139 [file] [log] [blame]
export const HELIX_ENDPOINTS = {
helix: [{
default: 'http://localhost:8100/admin/v2'
}]
};
export const SESSION_STORE = undefined;
export const SSL = {
port: 0,
keyfile: '',
certfile: '',
passfile: '',
cafiles: []
};
export const LDAP = {
uri: 'ldap://example.com',
base: 'DC=example,DC=com',
principalSuffix: '@example.com',
adminGroup: 'admin'
};