summary refs log tree commit diff
path: root/scripts/configTemplates/bundle.json
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/configTemplates/bundle.json')
-rw-r--r--scripts/configTemplates/bundle.json28
1 files changed, 14 insertions, 14 deletions
diff --git a/scripts/configTemplates/bundle.json b/scripts/configTemplates/bundle.json

index e975a1d9..9bcf9b18 100644 --- a/scripts/configTemplates/bundle.json +++ b/scripts/configTemplates/bundle.json
@@ -1,15 +1,15 @@ { - "gateway": { - "endpointPublic": "ws://localhost:3001" - }, - "cdn": { - "endpointPrivate": "http://localhost:3001", - "endpointPublic": "http://localhost:3001" - }, - "api": { - "endpointPublic": "http://localhost:3001/api/v9/" - }, - "rabbitmq": { - "host": null - } -} \ No newline at end of file + "gateway": { + "endpointPublic": "ws://localhost:3001" + }, + "cdn": { + "endpointPrivate": "http://localhost:3001", + "endpointPublic": "http://localhost:3001" + }, + "api": { + "endpointPublic": "http://localhost:3001/api/v9/" + }, + "rabbitmq": { + "host": null + } +}