Skip to content
Snippets Groups Projects
Select Git revision
  • dev
  • master default protected
  • gitkeep
  • Issue/2449-GuidPidSlugToProjectSettings
  • Issue/2309-docs
  • Issue/2355-topLevelOrg
  • Issue/2328-noFailOnLog
  • Hotfix/2371-fixGitLabinRCV
  • Issue/2287-guestRole
  • Fix/xxxx-activateGitlab
  • Test/xxxx-enablingGitLab
  • Issue/2349-gitlabHttps
  • Issue/2259-updatePids
  • Issue/2101-gitLabResTypeUi
  • Hotfix/2202-fixNaNQuota
  • Issue/2246-quotaResoval
  • Issue/2221-projectDateCreated
  • Hotfix/2224-quotaSizeAnalytics
  • Fix/xxxx-resourceVisibility
  • Issue/2000-gitlabResourcesAPI
  • v4.4.3
  • v4.4.2
  • v4.4.1
  • v4.4.0
  • v4.3.4
  • v4.3.3
  • v4.3.2
  • v4.3.1
  • v4.3.0
  • v4.2.8
  • v4.2.7
  • v4.2.6
  • v4.2.5
  • v4.2.4
  • v4.2.3
  • v4.2.2
  • v4.2.1
  • v4.2.0
  • v4.1.1
  • v4.1.0
40 results

Project.sln

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    config.py.example 612 B
    DEBUG = True
    SQLITE_DB = "db/db.sqlite"
    SECRET_KEY = "jsue51SlySVPpg1ClE4ogVpjw0mljJjxYZdR2nGfKa5UvbIUe7Eumy2iRBcMASMl"
    MAX_CONTENT_LENGTH = 4*1024*1024
    ACTIVATE_LDAP = False
    LDAP_SERVER = "ldaps://ldap.example.org/"
    LDAP_BINDSTRING_USER = "cn={},dc=foo,dc=example,dc=org"
    LDAP_GROUPS = "ou=groups,dc=foo,dc=example,dc=org"
    LDAP_GROUP_FILTER = "(cn=some_group)"
    LDAP_GROUP_MEMBERS_ATTRIBUTE = "memberCn"
    ADMIN_USERNAME = ""
    ADMIN_PASSWORD = ""
    ACTIVATE_SMTP = False
    SMTPSERVER = "mail.example.org"
    BASIC_AUTH_USERNAME = ""
    BASIC_AUTH_PASSWORD = ""
    BASIC_AUTH_FORCE = False
    URL_PREFIX = "/"
    
    
    # vim: et ts=4 sw=4