added fontawsome localy
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
module.exports = {
|
||||
userModel: 'ldap', // pam, redis, ldap
|
||||
ldap: {
|
||||
url: 'ldap://192.168.1.55:389,
|
||||
url: 'ldap://192.168.1.55:389',
|
||||
bindDN: 'cn=ldapclient service,ou=people,dc=theta42,dc=com',
|
||||
bindPassword: '__IN SRECREST FILE__',
|
||||
userBase: 'ou=people,dc=theta42,dc=com',
|
||||
@ -14,13 +14,13 @@ module.exports = {
|
||||
p2p: {
|
||||
listenPort: 7575
|
||||
},
|
||||
proxmox: {
|
||||
host: "__IN SRECREST FILE__",//this can be an ip or FQDN
|
||||
authInfo: {
|
||||
username: "__IN SRECREST FILE__",//this must include the username@realm
|
||||
apiToken: "__IN SRECREST FILE__"//In the future, i would like this to be encrypted
|
||||
},
|
||||
},
|
||||
// proxmox: {
|
||||
// host: "__IN SRECREST FILE__",//this can be an ip or FQDN
|
||||
// authInfo: {
|
||||
// username: "__IN SRECREST FILE__",//this must include the username@realm
|
||||
// apiToken: "__IN SRECREST FILE__"//In the future, i would like this to be encrypted
|
||||
// },
|
||||
// },
|
||||
vpnSite: {
|
||||
id: "__IN SRECREST FILE__",
|
||||
name: "__IN SRECREST FILE__",
|
||||
|
Reference in New Issue
Block a user