Skip to content

Commit

Permalink
- minor update to local_settings geoserver sample
Browse files Browse the repository at this point in the history
  • Loading branch information
afabiani committed Nov 5, 2018
1 parent 104a47f commit 0cc891c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion geonode/local_settings.py.geoserver.sample
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,8 @@ if UNOCONV_ENABLE:
UNOCONV_TIMEOUT = os.getenv('UNOCONV_TIMEOUT', 30) # seconds

# Advanced Security Workflow Settings
ACCOUNT_APPROVAL_REQUIRED = False
ACCOUNT_OPEN_SIGNUP = True
ACCOUNT_APPROVAL_REQUIRED = True
CLIENT_RESULTS_LIMIT = 20
API_LIMIT_PER_PAGE = 1000
FREETEXT_KEYWORDS_READONLY = False
Expand Down

1 comment on commit 0cc891c

@geocode2020
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello Mr Afabiani

I am working on geonode, i got the following error when I have tried to upload a new layer.

[Errno 10053] An established connection was aborted by the software in your host machine

could you help me how to solve it

thank you in advance

Please sign in to comment.