mirror of
https://github.com/steveiliop56/tinyauth.git
synced 2025-11-03 07:35:44 +00:00
feat: allow customizability of resources dir
This commit is contained in:
@@ -55,6 +55,7 @@ type Config struct {
|
||||
LdapBaseDN string `mapstructure:"ldap-base-dn"`
|
||||
LdapInsecure bool `mapstructure:"ldap-insecure"`
|
||||
LdapSearchFilter string `mapstructure:"ldap-search-filter"`
|
||||
ResourcesDir string `mapstructure:"resources-dir"`
|
||||
}
|
||||
|
||||
type OAuthLabels struct {
|
||||
|
||||
Reference in New Issue
Block a user