Skip to content

Commit

Permalink
Add http.cors settings to sandbox crate.yml
Browse files Browse the repository at this point in the history
So that the instance started from within intellij can be used with a
development instance of the admin-ui.
  • Loading branch information
mfussenegger committed Mar 1, 2018
1 parent 4f5384f commit 6a25ff9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sandbox/crate/config/crate.yml
Expand Up @@ -12,3 +12,6 @@ ssl.keystore_password: keystorePassword
ssl.keystore_key_password: serverKeyPassword

path.repo: ./sandbox/crate/repo

http.cors.enabled: true
http.cors.allow-origin: "*"

0 comments on commit 6a25ff9

Please sign in to comment.