daf7179e4f
* Link update instructions to statusbar. * Added KUBE Tab. Updated formatting.
41 lines
771 B
YAML
41 lines
771 B
YAML
#
|
|
# NODE_ENV=development
|
|
# NOTE: Set CONFIG_FILE to swap out this config file.
|
|
#
|
|
|
|
app:
|
|
title: 'Console'
|
|
org': 'DXOS.org'
|
|
theme: 'dark'
|
|
website: 'https://dxos.org'
|
|
publicUrl: '/console'
|
|
|
|
api:
|
|
server: 'https://kube.local'
|
|
path: '/api'
|
|
intervalLog: 5000
|
|
pollInterval: 10000
|
|
|
|
system:
|
|
debug: 'dxos:console:*'
|
|
|
|
services:
|
|
app:
|
|
prefix: '/app'
|
|
server: 'https://kube.local'
|
|
|
|
wns:
|
|
server: 'https://kube.local/dxos/wns/api'
|
|
webui: 'https://kube.local/dxos/wns/console'
|
|
|
|
signal:
|
|
server: 'wss://kube.local/dxos/signal'
|
|
api: 'https://kube.local/dxos/signal/api'
|
|
|
|
ipfs:
|
|
server: 'https://kube.local/dxos/ipfs/api'
|
|
gateway: 'https://kube.local/dxos/ipfs/gateway'
|
|
|
|
wellknown:
|
|
endpoint: 'https://kube.local/.well-known/dxos'
|