1 files changed, 14 insertions, 14 deletions
diff --git a/scripts/configTemplates/split.json b/scripts/configTemplates/split.json
index f58adc8d..ec18d27e 100644
--- a/scripts/configTemplates/split.json
+++ b/scripts/configTemplates/split.json
@@ -1,15 +1,15 @@
{
- "api": {
- "endpointPublic": "http://localhost:3001/api/v9/"
- },
- "cdn": {
- "endpointPublic": "http://localhost:3003",
- "endpointPrivate": "http://localhost:3003"
- },
- "gateway": {
- "endpointPublic": "ws://localhost:3002"
- },
- "rabbitmq": {
- "host": "amqp://guest:guest@localhost/"
- }
-}
\ No newline at end of file
+ "api": {
+ "endpointPublic": "http://localhost:3001/api/v9/"
+ },
+ "cdn": {
+ "endpointPublic": "http://localhost:3003",
+ "endpointPrivate": "http://localhost:3003"
+ },
+ "gateway": {
+ "endpointPublic": "ws://localhost:3002"
+ },
+ "rabbitmq": {
+ "host": "amqp://guest:guest@localhost/"
+ }
+}
|