Sebastian Stehle
8 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
6 deletions
-
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" |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|