laconic-console/config-local.yml

41 lines
737 B
YAML
Raw Normal View History

2020-05-24 02:37:52 +00:00
#
# NODE_ENV=development
2020-05-24 02:37:52 +00:00
# NOTE: Set CONFIG_FILE to swap out this config file.
#
app:
title: 'Console'
2024-08-09 14:16:13 +00:00
org: 'Laconic'
2020-05-26 21:31:07 +00:00
theme: 'dark'
website: 'https://laconic.com'
2020-05-24 02:37:52 +00:00
publicUrl: '/console'
api:
server: 'http://127.0.0.1:9004'
2020-05-24 02:37:52 +00:00
path: '/api'
2020-05-26 21:31:07 +00:00
intervalLog: 5000
2020-05-24 02:37:52 +00:00
pollInterval: 10000
system:
debug: 'laconic:console:*'
2020-05-24 02:37:52 +00:00
services:
app:
2020-05-25 22:32:45 +00:00
prefix: '/app'
2020-06-16 17:27:17 +00:00
server: 'http://127.0.0.1:5999'
2020-05-24 02:37:52 +00:00
wns:
2020-06-16 17:27:17 +00:00
server: 'http://127.0.0.1:9473/api'
webui: 'http://127.0.0.1:9473/console'
2020-05-24 02:37:52 +00:00
signal:
2020-06-16 17:27:17 +00:00
server: 'ws://127.0.0.1:4000'
api: 'http://127.0.0.1:4000/api'
2020-05-24 02:37:52 +00:00
ipfs:
2020-06-16 17:27:17 +00:00
server: 'http://127.0.0.1:5001'
gateway: 'http://127.0.0.1:8888/ipfs/'
2020-05-24 02:37:52 +00:00
wellknown:
endpoint: 'http://127.0.0.1:9000/.well-known/laconic'