summary refs log tree commit diff
path: root/scripts/configTemplates/bundle.json
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-10-23 19:04:46 +0200
committerRory& <root@rory.gay>2025-12-17 11:04:15 +0100
commit5446156680a4d0ce65b61531476deeb3d2dec9bf (patch)
tree5e2f93b82c87fcfefc62f4059fb8cc5a7e6f38dd /scripts/configTemplates/bundle.json
parentUse getter for EnvConfig (diff)
downloadserver-ts-5446156680a4d0ce65b61531476deeb3d2dec9bf.tar.xz
Refactor config
Diffstat (limited to 'scripts/configTemplates/bundle.json')
-rw-r--r--scripts/configTemplates/bundle.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/scripts/configTemplates/bundle.json b/scripts/configTemplates/bundle.json
new file mode 100644

index 00000000..e975a1d9 --- /dev/null +++ b/scripts/configTemplates/bundle.json
@@ -0,0 +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