the new gobby stuff
This commit is contained in:
parent
60ebd55a56
commit
69de4fce05
1 changed files with 3 additions and 5 deletions
|
@ -109,7 +109,7 @@ identity.on=True
|
||||||
# option must be specified.
|
# option must be specified.
|
||||||
identity.failure_url="/login"
|
identity.failure_url="/login"
|
||||||
|
|
||||||
identity.provider='sqlalchemy'
|
identity.provider='safas'
|
||||||
# identity.provider='sqlobject'
|
# identity.provider='sqlobject'
|
||||||
|
|
||||||
# The names of the fields on the login form containing the visitor's user ID
|
# The names of the fields on the login form containing the visitor's user ID
|
||||||
|
@ -148,8 +148,6 @@ identity.saprovider.model.group="fas.model.Groups"
|
||||||
|
|
||||||
# identity.saprovider.encryption_algorithm=None
|
# identity.saprovider.encryption_algorithm=None
|
||||||
|
|
||||||
# identity.saprovider.encryption_algorithm=None
|
|
||||||
|
|
||||||
accounts_mail = "accounts@fedoraproject.org"
|
accounts_mail = "accounts@fedoraproject.org"
|
||||||
|
|
||||||
gpghome = "/home/fedora/ricky/fedora-infrastructure/fas/gnupg"
|
gpghome = "/home/fedora/ricky/fedora-infrastructure/fas/gnupg"
|
||||||
|
@ -161,6 +159,7 @@ cla_click_group = "cla_click"
|
||||||
|
|
||||||
privileged_view_groups = "(^cla_.*)"
|
privileged_view_groups = "(^cla_.*)"
|
||||||
username_blacklist = "(.*-members)|(.*-sponsors)|(.*-administrators)|(root)|(webmaster)"
|
username_blacklist = "(.*-members)|(.*-sponsors)|(.*-administrators)|(root)|(webmaster)"
|
||||||
|
# It'd be nice to have these emails under a different (sub)domain, just to be 100% safe.
|
||||||
|
|
||||||
openidstore = "/var/tmp/fas/openid"
|
openidstore = "/var/tmp/fas/openid"
|
||||||
|
|
||||||
|
@ -175,9 +174,8 @@ openssl_ou = "Upload Files"
|
||||||
|
|
||||||
# compress the data sends to the web browser
|
# compress the data sends to the web browser
|
||||||
# [/]
|
# [/]
|
||||||
# gzip_filter.on = True
|
# gzip_filter.on = TrueNote: in the SVG XML, change the 'interviewee-name' text to be the name of whichever in
|
||||||
# gzip_filter.mime_types = ["application/x-javascript", "text/javascript", "text/html", "text/css", "text/plain"]
|
# gzip_filter.mime_types = ["application/x-javascript", "text/javascript", "text/html", "text/css", "text/plain"]
|
||||||
|
|
||||||
[/robots.txt]
|
[/robots.txt]
|
||||||
static_filter.on = True
|
static_filter.on = True
|
||||||
static_filter.dir = "%(top_level_dir)s/static/robots.txt"
|
static_filter.dir = "%(top_level_dir)s/static/robots.txt"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue