Browse Source

Update appsettings.json

pull/310/head
Sebastian Stehle 8 years ago
committed by GitHub
parent
commit
a41152da3f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      src/Squidex/appsettings.json

8
src/Squidex/appsettings.json

@ -168,11 +168,7 @@
* Prefix for all streams and projections (for multiple installations). * Prefix for all streams and projections (for multiple installations).
*/ */
"prefix": "squidex" "prefix": "squidex"
}, }
/*
* Consume the events on this server (Ensure that it is only enabled on a single node).
*/
"consume": true
}, },
"eventPublishers": { "eventPublishers": {
@ -245,4 +241,4 @@
*/ */
"privacyUrl": "https://squidex.io/privacy" "privacyUrl": "https://squidex.io/privacy"
} }
} }

Loading…
Cancel
Save