laconic-console/packages/console-server/config.yml

44 lines
799 B
YAML
Raw Normal View History

2020-05-24 02:37:52 +00:00
#
# NODE_ENV === production
# NOTE: Set CONFIG_FILE to swap out this config file.
#
# TODO(burdon): Set defaults.
2020-05-24 02:37:52 +00:00
app:
title: 'Console'
org': 'DxOS'
2020-05-26 21:31:07 +00:00
theme: 'dark'
2020-05-24 02:37:52 +00:00
website: 'https://dxos.org'
publicUrl: '/console'
api:
path: '/api'
port: 4000
2020-05-26 21:31:07 +00:00
intervalLog: 5000
2020-05-24 02:37:52 +00:00
pollInterval: 10000
system:
debug: 'dxos:console:*'
services:
app:
2020-05-25 22:32:45 +00:00
prefix: '/app'
server: 'http://127.0.0.1:5999'
2020-05-24 02:37:52 +00:00
wns:
server: 'https://node1.dxos.network/wns/api'
webui: 'https://node1.dxos.network/wns/webui'
signal:
server: 'http://127.0.0.1:4000'
api: 'http://127.0.0.1:4000'
2020-05-24 02:37:52 +00:00
ipfs:
server: '/ip4/127.0.0.1/tcp/5001'
gateway: '/ip4//127.0.0.1:8888/ipfs/'
webui: 'http://127.0.0.1:5001/webui'
wellknown:
endpoint: 'http://127.0.0.1:9000/.well-known/dxos'