laconic-console/packages/console-app/config.yml.development

41 lines
704 B
Plaintext
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.
#
app:
title: 'Console'
2020-06-23 14:19:01 +00:00
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'
2020-06-16 17:27:17 +00:00
port: 9004
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'
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'
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:
2020-06-16 17:27:17 +00:00
endpoint: 'http://127.0.0.1:9000/.well-known/dxos'