laconic-console/config-local.yml
2024-08-09 10:16:13 -04:00

41 lines
737 B
YAML

#
# NODE_ENV=development
# NOTE: Set CONFIG_FILE to swap out this config file.
#
app:
title: 'Console'
org: 'Laconic'
theme: 'dark'
website: 'https://laconic.com'
publicUrl: '/console'
api:
server: 'http://127.0.0.1:9004'
path: '/api'
intervalLog: 5000
pollInterval: 10000
system:
debug: 'laconic:console:*'
services:
app:
prefix: '/app'
server: 'http://127.0.0.1:5999'
wns:
server: 'http://127.0.0.1:9473/api'
webui: 'http://127.0.0.1:9473/console'
signal:
server: 'ws://127.0.0.1:4000'
api: 'http://127.0.0.1:4000/api'
ipfs:
server: 'http://127.0.0.1:5001'
gateway: 'http://127.0.0.1:8888/ipfs/'
wellknown:
endpoint: 'http://127.0.0.1:9000/.well-known/laconic'