server/boxer.yaml (27 lines of code) (raw):

server: port: 8080 # Port to bind to bind: 127.0.0.1 # IP to bind to - typically 127.0.0.1 for localhost or 0.0.0.0 for all IPs database: dbtype: sqlite dbfile: /opt/infrastructure-boxer/database/gitbox.db tasks: refresh_rate: 900 # Background tasks run interval, in seconds oauth: authoritative_domains: - oauth.apache.org admins: cml dfoulks gmcdonald humbedooh iroh github_client_id: foo github_client_secret: foo repositories: public: /x1/repos/asf/ private: /x1/repos/private/ fallback: https://gitbox.apache.org/repos.txt github: token: your-token-here ldap: uri: ldaps://ldap-eu-ro.apache.org:636 binddn: cn=youridhere,ou=people,dc=apache,dc=org bindpw: ldap-password-here userbase: uid=%s,ou=people,dc=apache,dc=org groupbase: cn=%s,ou=project,ou=groups,dc=apache,dc=org ldapbase: dc=apache,dc=org