Skip to content

Commit

Permalink
Add SESSION_COOKIE_SECURE in udata.cfg example (#2947)
Browse files Browse the repository at this point in the history
  • Loading branch information
maudetes authored Jan 22, 2024
1 parent c149daf commit 9d2da36
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,8 @@ URLS_ALLOWED_TLDS = Defaults.URLS_ALLOWED_TLDS | set(['local'])
RESOURCES_FILE_ALLOWED_DOMAINS = ['*']
PLUGINS = []
FS_ROOT = 'fs'

SESSION_COOKIE_SECURE = False
```

This define `dev.local:7000` as the URL for your local setup. You’ll have to edit your `/etc/hosts` to add this rule.
Expand Down

0 comments on commit 9d2da36

Please sign in to comment.