X-Git-Url: https://git.llucax.com/software/sercom.git/blobdiff_plain/19645ca96e53fa6377bfd6e42837cad3317cae5c..a146bf18e42d925d1c76f6cfd9d5d35225e41110:/sercom/config/app.cfg diff --git a/sercom/config/app.cfg b/sercom/config/app.cfg index f0030a6..999b9d3 100644 --- a/sercom/config/app.cfg +++ b/sercom/config/app.cfg @@ -107,14 +107,14 @@ identity.soprovider.model.visit = "sercom.model.VisitaUsuario" # The SqlObjectProvider *will* encrypt passwords supplied as part of your login # form. If you set the password through the password property, like: # my_user.password = 'secret' -# the password will be encrypted in the database, provided identity is up and +# the password will be encrypted in the database, provided identity is up and # running, or you have loaded the configuration specifying what encryption to # use (in situations where identity may not yet be running, like tests). identity.soprovider.encryption_algorithm = 'sha1' # compress the data sends to the web browser -[/] +[/] gzip_filter.on = True gzip_filter.mime_types = ["application/x-javascript", "text/javascript", "text/html", "text/css", "text/plain"]