## CONFIGURATIONS #The endpoint for user to access UI and registry service hostname = mydomain.com #The protocol for accessing the UI and token/notification service, by default it is http #User can set it to https if ssl is setup on nginx ui_url_protocol = http #Email settings for ui to send password resetting emails email_server = smtp.mydomain.com email_server_port = 25 email_username = sample_admin@mydomain.com email_password = abc email_from = admin ##The password of harbor admin harbor_admin_password= Harbor12345 ##By default the auth mode is db_auth, i.e. the creadentials are stored in a databse #please set it to ldap_auth if you want to verify user's credentials against an ldap server. auth_mode = db_auth #The url for ldap endpoint ldap_url = ldaps://ldap.mydomain.com #The basedn template for verifying the user's password ldap_basedn = uid=%s,ou=people,dc=mydomain,dc=com #The password for root user of db db_password = root123 #####