Change URL from fas => accounts.
This commit is contained in:
parent
cb97e07a9c
commit
2f0a5bcf39
1 changed files with 2 additions and 3 deletions
|
@ -7,7 +7,6 @@
|
||||||
#mail.server = 'bastion.fedora.phx.redhat.com'
|
#mail.server = 'bastion.fedora.phx.redhat.com'
|
||||||
#base_url_filter.base_url = "http://192.168.2.101:8080"
|
#base_url_filter.base_url = "http://192.168.2.101:8080"
|
||||||
|
|
||||||
fas.url = 'http://localhost:8088/fas/'
|
|
||||||
mail.on = True
|
mail.on = True
|
||||||
mail.server = 'bastion.fedora.phx.redhat.com'
|
mail.server = 'bastion.fedora.phx.redhat.com'
|
||||||
mail.testmode = True
|
mail.testmode = True
|
||||||
|
@ -53,9 +52,9 @@ autoreload.package="fas"
|
||||||
# unexpected parameter. False by default
|
# unexpected parameter. False by default
|
||||||
tg.strict_parameters = True
|
tg.strict_parameters = True
|
||||||
|
|
||||||
server.webpath='/fas'
|
server.webpath='/accounts'
|
||||||
base_url_filter.on=True
|
base_url_filter.on=True
|
||||||
base_url_filter.base_url = "http://localhost:8088/fas"
|
base_url_filter.base_url = "http://localhost:8088/accounts"
|
||||||
|
|
||||||
# Make the session cookie only return to the host over an SSL link
|
# Make the session cookie only return to the host over an SSL link
|
||||||
# Disabled for testing.
|
# Disabled for testing.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue