summary refs log tree commit diff
path: root/scripts/configTemplates
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-12-17 09:58:25 +0100
committerRory& <root@rory.gay>2025-12-17 11:04:16 +0100
commit11973397c812da59c2d544047bbb2d2d9ae583a7 (patch)
tree3e2064c4f6ff306241910dbfb877c03f46f935aa /scripts/configTemplates
parentFix extension cleanup stuff from Mathium05 (diff)
downloadserver-ts-github/dev/emma-wip.tar.xz
Diffstat (limited to 'scripts/configTemplates')
-rw-r--r--scripts/configTemplates/bundle.json28
-rw-r--r--scripts/configTemplates/split.json28
2 files changed, 28 insertions, 28 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 + } +} 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/" + } +}