Skip to content

Commit

Permalink
docs: add cors config
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: Henrique Dias <[email protected]>
  • Loading branch information
hacdias committed May 24, 2019
1 parent 60f2697 commit 76ebaff
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ scope: .
modify: true
rules: []

# CORS configuration
cors:
- enabled: false
allowed_hosts: []

users:
- username: admin
password: admin
Expand Down

0 comments on commit 76ebaff

Please sign in to comment.