#-------------- # LDAP #-------------- app.auth.ldap.baseDC=DC=GREENDOC,DC=BIZ app.auth.ldap.technicalUserDn=cn=Administrator,cn=Users,dc=greendoc,dc=local # Port: 3268, 389 app.auth.ldap.url=LDAP://localhost:389 app.auth.ldap.searchBaseDn=OU=Groups # Encoding chiper: AES/ECB/PKCS5Padding / https://www.devglan.com/online-tools/aes-encryption-decryption app.auth.ldap.encryptedPassword=3uoxZy7Bjh1xwwu6eYFqww== # userPrincipalName | sAMAccountName app.auth.ldap.search.attribute=sAMAccountName #-------------- # AUTH #-------------- app.auth.security.level=2FA app.auth.maxWaitFor2FA=300 app.auth.testGroups=winpa_user,winpa_admin,winpa_delete,winpa_modify,winpa_main,winpa_limited,boss.admins,boss.users,boss.document_new,boss.document_modify,boss.document_delete app.testMode=false #-------------- # SMTP #-------------- app.mail.smtp.host=smtp.gmail.com app.mail.smtp.port=587 app.mail.smtp.starttls.enable=true app.mail.smtp.auth=true app.mail.smtp.ssl.trust=smtp.gmail.com app.mail.smtp.userName=Valaki@gmail.com app.mail.smtp.password=Jelszó app.mail.smtp.from=Valaki@gmail.com #-------------- # LOGGING #-------------- debug=false log-level=info logging.level.root=${log-level} logging.level.org.springframework=${log-level} logging.level.org.springframework.web.filter.CommonsRequestLoggingFilter=${log-level} #-------------- # SPRING #-------------- server.port=8082 spring.main.banner-mode=off spring.main.web-application-type=SERVLET